-
Notifications
You must be signed in to change notification settings - Fork 370
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
failing to run NEST + Python 3 #382
Comments
@Meduz We just added a formula for nest to Homebrew, so the recommended way to install NEST under OSX is now via Homebrew:
If you want to build by hand, you must make sure that NEST does not use the |
This seems perfectly timed! As I wished to compile for python3, I used your second solution which worked perfectly. Thanks a lot, PS: updated instructions on https://laurentperrinet.github.io/sciblog/posts/2016-06-01-compiling-and-using-pynn-%2B-nest-%2B-python3.html |
@Meduz Great, and thank you for blogging about NEST! You may want to mention that the compiler switches to cmake are only necessary on OSX; under Linux, things should work without them. |
thanks for the feedback. Do you plan to allow for users to mention the version of python they use? Like for thanls, PS: @heplesser I did add a mention to that point |
@tammoippen What do you think? |
Thanks for implementing the homebrew formula with python 3. However I have some problems installing it. If I run the vanilla version, I get as expected:
but in the case of the py3k option, I get:
any idea? more info 👍
|
@tammoippen Could you take a look at this? |
Hi @laurentperrinet and @heplesser , I am looking into it. |
@laurentperrinet brew edit homebrew/science/nest # and add the ' => "with-python3"' to numpy, scipy, matplotlib in python3 sction If it still fails, please give the relevant output of |
Both of the nest related homebrew PR's are merged by now. @laurentperrinet , can you please state, whether there are still issues with installing nest via homebrew? |
@laurentperrinet Do you still have problems with homebrew?� If not, would you close this issue? |
Closing due to inactivity. |
I could compile NEST wrt python3 on macosx (with homebrew) using
(see https://laurentperrinet.github.io/sciblog/posts/2016-06-01-compiling-and-using-pynn-%2B-nest-%2B-python3.html)
but I fail running an example:
any guidance is welcome!
The text was updated successfully, but these errors were encountered: