ethereon / lycon

A minimal and fast image library for Python and C++
Other
287 stars 27 forks source link

Problem installing pre-built wheel on AMD CPU #28

Open nordmoen opened 2 years ago

nordmoen commented 2 years ago

When installing lycon through pip using a pre-built wheel build on an AMD EPYC 7282 the installation fails to load with 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?