Hi,
After my ubuntu upgraded nest. Whenever I run a program it does not seems to identify the nest module. For example, running the twoneuron.py example gives:
Traceback (most recent call last): File "twoneurons.py", line 43, in <module> import nest.voltage_trace ModuleNotFoundError: No module named 'nest.voltage_trace'
Please solution for this? I tried remove and reinstalling and did not work. I did not try building it.
Thanks, Inton
Hi Steffen,
Thanks for your reply. Sorry for not have answered before, but in my outlook, I did not see your messages. It came as blank where your message was an attachment and I just saw them now.
I will try again and let you know if it worked. Once again thanks a lot for taking a look at it.
Best, Inton
-----Original Message----- From: Steffen Graber s.graber@fz-juelich.de Sent: Monday, 30 August 2021 11:57 To: Ing Jyh Tsang IngJyh.Tsang@uantwerpen.be Cc: NEST User Mailing List users@nest-simulator.org Subject: Re: [NEST Users] Problems after ubuntu installed nest-3.0 built on Aug 24 2021
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hi Steffen,
I have a clean install of ubuntu 20.04.3 LTS and had the same problem that python did not find the nest module. I checked with echo $PYTHONPATH, which gives nothing (blank line) and then ran /usr/bin/nest_vars.sh and still did not work. Just after adding the path manually: export PYTHONPATH="/usr/lib/python3.8/site-packages" , did it work
Adding the PYTHONPATH to .bash solves the issue. I guess something is not working in configuring the path. I assume this should be done automatically.
Thanks, Inton
-----Original Message----- From: Ing Jyh Tsang IngJyh.Tsang@uantwerpen.be Sent: Monday, 30 August 2021 13:24 To: Steffen Graber s.graber@fz-juelich.de Cc: NEST User Mailing List users@nest-simulator.org Subject: [NEST Users] Re: Problems after ubuntu installed nest-3.0 built on Aug 24 2021
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
Hi Steffen,
Thanks for your reply. Sorry for not have answered before, but in my outlook, I did not see your messages. It came as blank where your message was an attachment and I just saw them now.
I will try again and let you know if it worked. Once again thanks a lot for taking a look at it.
Best, Inton
-----Original Message----- From: Steffen Graber s.graber@fz-juelich.de Sent: Monday, 30 August 2021 11:57 To: Ing Jyh Tsang IngJyh.Tsang@uantwerpen.be Cc: NEST User Mailing List users@nest-simulator.org Subject: Re: [NEST Users] Problems after ubuntu installed nest-3.0 built on Aug 24 2021
CAUTION: This email originated from outside of the organization. Do not click links or open attachments unless you recognize the sender and know the content is safe.
_______________________________________________ NEST Users mailing list -- users@nest-simulator.org To unsubscribe send an email to users-leave@nest-simulator.org