You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am sorry to annoy you with that, a macOS was not my first choice to work on, but here I am. So, technically, pip install grape do download and compile.
But, anytime I want to import it, it begins this warning : UserWarning: Ensmallen is compiled for the Intel Haswell architecture (2013).On the current machine, the flags '['avx2', 'bmi2', 'popcnt']' are required but '{'avx2', 'bmi2'}' are not available. The library will use a slower but more compatible version (Intel Core2 2006).
And then, the kernel always die instead of going on.
As you may know, apple M1 does not support AVX/2 installation and I know this is beyond reach.
But do you have any clue on how I could still install grape locally?
Thanks
The text was updated successfully, but these errors were encountered:
Hello,
I am sorry to annoy you with that, a macOS was not my first choice to work on, but here I am. So, technically, pip install grape do download and compile.
But, anytime I want to import it, it begins this warning :
UserWarning: Ensmallen is compiled for the Intel Haswell architecture (2013).On the current machine, the flags '['avx2', 'bmi2', 'popcnt']' are required but '{'avx2', 'bmi2'}' are not available. The library will use a slower but more compatible version (Intel Core2 2006).
And then, the kernel always die instead of going on.
As you may know, apple M1 does not support AVX/2 installation and I know this is beyond reach.
But do you have any clue on how I could still install grape locally?
Thanks
The text was updated successfully, but these errors were encountered: