-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Problems with installing on M2 MacBook Air with MacOS Ventura #4
Comments
Hi, from the |
I thought so too, however, running, "python3 -m pip install numpy" simply returns the message that numpy is already installed. |
Okay, I realised the error now. |
Changing all "==" in "requirements.txt" to ">=" seems to solve the issue for me and I can install AutoCAS. Havn't properly tested it yet though. |
We specify the exact versions of the dependencies we used for developing and testing, such that all users have this information. |
I am unable to install AutoCAS on my M2 MacBook Air.
I've tried both installing it from source and directly through pip, but run into the same issues with some backend.
I'm attaching the output pip produces here.
pip_error.txt
pip_output.txt
The text was updated successfully, but these errors were encountered: