Search found 6 matches
- Fri Oct 06, 2023 12:41 pm
- Forum: MSWin
- Topic: New installation of NEURON + Python
- Replies: 4
- Views: 67645
Re: New installation of NEURON + Python
I've noticed the installer from https://www.neuron.yale.edu/neuron/download is version 8.2.0, and it kept giving one of my students a "no module named hoc" error. They eventually used the installer found on nrn.readthedocs.io and it is version 8.2.3 and this works fine. Just thought I shou...
- Fri Mar 25, 2022 5:35 pm
- Forum: NetPyNE
- Topic: After updating to MacOS 12.3 Monterey
- Replies: 5
- Views: 45553
Re: After updating to MacOS 12.3 Monterey
Yes, it did! Thank you very much for your quick response. I really appreciate it!Try opening a terminal, cd to the folder that contains your mod files, then at the system prompt execute the command
nrnivmodl
Did that work?
- Fri Mar 25, 2022 11:28 am
- Forum: NetPyNE
- Topic: After updating to MacOS 12.3 Monterey
- Replies: 5
- Views: 45553
Re: After updating to MacOS 12.3 Monterey
Yes, I installed the pkg Michael had posted in another thread (https://www.neuron.yale.edu/phpBB/viewtopic.php?t=4484) since I had a similar problem. Your suggestion works- thank you! However, I'm unable to recompile my mod files as there's no NEURON folder in the Applications, and hence no compiler...
- Thu Mar 24, 2022 5:57 pm
- Forum: NetPyNE
- Topic: After updating to MacOS 12.3 Monterey
- Replies: 5
- Views: 45553
After updating to MacOS 12.3 Monterey
Hi, I'm getting the following error since updating to MacOS 12.3 and also after reinstalling NEURON on my computer. Any insight on this would be appreciated. Thank you ImportError Traceback (most recent call last) /Applications/NEURON/lib/python/neuron/__init__.py in <module> 134 try: --> 135 from ....
- Mon Nov 30, 2020 7:02 pm
- Forum: Getting started
- Topic: Display environment error
- Replies: 2
- Views: 25235
Re: Display environment error
Ah- I overlooked that post-installation! Thank you so much- it's up and running now :)
- Wed Nov 11, 2020 11:34 am
- Forum: Getting started
- Topic: Display environment error
- Replies: 2
- Views: 25235
Display environment error
Hi, I've installed NEURON 7.8 on macOS Catalina (10.15.7) following all the steps in the guidelines including installing XQuartz (and also Xcode 12.1 to be able to compile the mod files). I can see when I drag and drop any hoc file or any folder with all the mod files etc, everything runs without er...