Hello,
I am using Anaconda on a Mac OS X platform. I installed nest using homebrew by following
the instructions on this page:
https://nest-simulator.readthedocs.io/en/latest/installation/mac_install.ht…
After finishing the installation, IPython first could not find the nest module, so I
manually copied the nest folder that was created in
/Users/name/opt/nest/lib/python3.7/site-packages/nest into
/anaconda/lib/python3.7/site-packages/nest
Now IPython can import the nest module, but returns an error message when I try to run a
basic nest example: "module 'nest' has no attribute 'Create' ".
I am sorry for failing at a very basic level here, but I tried for quite some time and
could not get it running despite trying different instructions. I would greatly appreciate
it if anyone could help me or give me a hint into the right direction, thanks in advance!