-
Notifications
You must be signed in to change notification settings - Fork 69
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
Setup file isn't running correctly? #115
Comments
Hi @maxiedaniels! Thanks for reporting this! At the moment the repo does not support Python 3.11. The default file You can try making a copy of the file |
Hmm the strange part is that I’m not specifying the python version to install with virtualenv, so something in the code must be specifying that version? My system python is 3.10, not 3.11. I’ve tried starting fresh with a new git clone but it’s still using 3.11. I did try and modify the requirements but it won’t work due to lack of support for certain libraries. |
Hmm, interesting indeed. It might be that the shell picks up the |
Hey @maxiedaniels, I found a solution to this problem. I specified the solution here. |
When I run the setup file, the last message I see is "Using requirements.txt for Python 3.11.0". If I then try to run the #2 script, it says I don't have numpy installed. I've tried activating the environment manually and installing numpy, but I get into all sorts of trouble where it says the python version isn't supported by scipy, and a bunch of errors.
Any advice? I'm on an M1 Max MBP.
The text was updated successfully, but these errors were encountered: