-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
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
M1 installation not working #95
Comments
I am currently facing the same problem (M1 chip trying to install FEW 1.5.5 master branch). src/inspiralwrap.cpp:5181:20: error: no member named 'dealloc' in 'ODECarrier' Running the command twice doesn't fix it. |
I found a temporary solution to install FEW on M1-2 chips.
This should solve the installation temporarily and solve issues #96 #93 . Let me know if it works! |
For me, I changed
(I am on an M1 Mac) |
I am running into problems when installing on an M1. The old installation method described below works only when running the final command
python setup.py install --ccbin /usr/bin/
two times. The first time I run the command, I get a cython error. If I run the command again, it works.Old installation:
conda
compiler for Windows. If you want to install for Windows, you will probably need to add libraries and include paths to thesetup.py
file.If on linux:
If on MACOSX, substitute
gcc_linux-64
andgxx_linus-64
withclang_osx-64
andclangxx_osx-64
as follows:If on M1 chip use the following command:
If on M1 chip use the following command:
The text was updated successfully, but these errors were encountered: