-
Notifications
You must be signed in to change notification settings - Fork 198
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
pip install aifeynman fails on M1 #58
Comments
Does this solve the gfortran -lm issue? export LIBRARY_PATH="$LIBRARY_PATH:/Library/Developer/CommandLineTools/SDKs/MacOSX.sdk/usr/lib" |
@dbl001 seems not, this is the newest error I got running on m1 mac after running your suggested command:
|
Did you install gfortran?
The AI-Feynman installation appears to be using:
|
I see, thanks. that fixed the installation! However, I'm running the following error just by importing aifeynman, any idea how to fix this?
|
Try adding this to the beginning of your script:
|
This worked, thanks mate! |
Virtualenv settings:
This first error can be fixed by just bumping the minimal
numpy
version, as the most recentnumpy
is good on M1.The
-lm
flag seems to be more difficult, as it appears to be inherited fromgfortran
?The text was updated successfully, but these errors were encountered: