Closed rreben closed 1 year ago
I am having problems installing on my M1 Mac. I get this error: " clang: error: the clang compiler does not support 'faltivec', please use -maltivec and include altivec.h explicitly" Which I guess originated from this command: "extra options: '-faltivec -I/System/Library/Frameworks/vecLib.framework/Headers'"
Any idea if this can be fixed?
I have figured out the root cause and fixed the issue in the new version v0.1.5
. The root cause is the incompatibility of the old scikit-learn
version with the new Mac M-series chip, which requires to re-compile the old version numpy
to work on the new chip architecture. After upgrading to use the newest scikit-learn
, the problem solved.
Describe the bug Oemer can not be installed via
pip install oemer
Input Image I tried to install oemer on MacOS 12.6 M1 Chip. Clean virtual environment with the python3.9 interpreter. pip install breaks see error log below. Any help appreciated.
Full Traceback
Command You Execute pip install oemer on clean virtual environment with python3.9