Closed hamanpa closed 4 years ago
Dear @AccidentalThought,
there seems to be something strange in your python environment. To understand the problem better it would be helpful to have a look at the Configuration Summary
at the end of the cmake
call. All paths relevant for NEST are shown there.
Two more comments:
Closed due to inactivity. Please reopen if problem persists.
Hello!
I have tried to install several versions of nest (2.12 - 2.18), but every time I try to import nest in python I get the following ImportError:
Inspecting site-packages of virtual environment I found two directories related to nest: PyNEST-nest_2.18.0-py2.7.egg/ nest/
It looks as following:
Any help or suggestion would be appreciated, I'm working with a program built on nest versions 2.12.0 - 2.18.0 so I cannot use newer versions.
Thank you very much, bellow you can find a detailed description of my attempt to install nest.
The detailed description of installation:
1) I create virtual environment using virtualenv, version 20.0.5. Version of python is 2.7.17
2) I download a particular version of nest (tried 2.12.0 - 2.18.0) using $ wget https://github.com/nest/nest-simulator/archive/v2.18.0.tar.gz
3) cmake with following options: cmake -Dwith-mpi=ON -DCMAKE_INSTALL_PREFIX:PATH=$path/to/virtualenv -Dwith-optimize='-O3' ./ 4) make, during this I get following warnings:
5) make install (without any problems)
6) make installcheck - this is successful up to Phase 7:
7) While inspecting site-packages I found the following structure of directories (as mentioned at the beginning):
8) calling nest goes without any error:
Thank you very much for any help.