Skip to content

Fix #37#38

Open
GOKORURI007 wants to merge 1 commit intoAlgy:masterfrom
GOKORURI007:master
Open

Fix #37#38
GOKORURI007 wants to merge 1 commit intoAlgy:masterfrom
GOKORURI007:master

Conversation

@GOKORURI007
Copy link
Copy Markdown

Fix #37
refactor(cpuid): Update the import method of the cpuid module and adjust the dependency configuration.

  • Change the import method of the cpuid module from 'from cpuid.cpuid import CPUID' to 'import cpuid'.
  • Add cpuid to dev-packages in Pipfile.
  • Add the cpuid dependency in install_requires of setup.py.
  • Modify the call to the cpuid function in the AVX2 check function to 'cpuid.cpuid(input_eax)'.

refactor(cpuid): Update the import method of the cpuid module and adjust the dependency configuration.
- Change the import method of the cpuid module from 'from cpuid.cpuid import CPUID' to 'import cpuid'.
- Add cpuid to dev-packages in Pipfile.
- Add the cpuid dependency in install_requires of setup.py.
- Modify the call to the cpuid function in the AVX2 check function to 'cpuid.cpuid(input_eax)'.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Bug] cpuid.py raises OSError: Failed to set RWX on Fedora 43

1 participant