-
Notifications
You must be signed in to change notification settings - Fork 373
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
Can't install NEST with Python 3.8 #1337
Comments
Hi @Boboz8i
I'm going to investigate this a little more. |
Now, I have created and installed the latest
Now cython version 3.0a0 is installed. Additionally, I noticed that my path to
|
Thank you for the reply @steffengraber , I had to reinstall ubuntu because i wasn't able to completely unistall python 3.8 and make a downgrade, now i'm stuck with the ubuntu default python 3.6 and it's working fine. |
Meanwhile there is a cython conda package which is compatible with python3.8.
Then just change the paths for the cmake command. There is then a small bug with the python NEST module. |
Fixed with #1340. |
I get Python 3.8 from
apt -get install python 3.8
and i followed this guide here: https://nest-simulator.readthedocs.io/en/latest/installation/linux_install.html#standard-installation , i followed the standard installation process, added-Dwith-python=3
to the cmake command and in the make process it give me this:The text was updated successfully, but these errors were encountered: