We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
When installing lycon through pip using a pre-built wheel build on an AMD EPYC 7282 the installation fails to load with illegal instruction.
lycon
illegal instruction
The solution to get around this was to install through pip with the following command:
pip install --no-binary=lycon lycon
This might hint at a problem with the pre-built binaries being optimized to specific to the build farm CPUs?
The text was updated successfully, but these errors were encountered:
No branches or pull requests
When installing
lycon
through pip using a pre-built wheel build on an AMD EPYC 7282 the installation fails to load withillegal instruction
.The solution to get around this was to install through pip with the following command:
pip install --no-binary=lycon lycon
This might hint at a problem with the pre-built binaries being optimized to specific to the build farm CPUs?
The text was updated successfully, but these errors were encountered: