Search found 4 matches

by Darth_Malloc
Sun Jun 17, 2018 6:08 pm
Forum: NEURON + Python
Topic: Manual Installation of NEURON Python module on Linux Mint 18
Replies: 7
Views: 5992

Re: Manual Installation of NEURON Python module on Linux Mint 18

I tried following the steps as you described them, but now I am getting this error: Traceback (most recent call last): File "setup.py", line 132, in <module> ext_modules=ext_modules File "/usr/lib/python3.5/distutils/core.py", line 148, in setup dist.run_commands() File "/us...
by Darth_Malloc
Sun Jun 17, 2018 1:41 pm
Forum: NEURON + Python
Topic: Manual Installation of NEURON Python module on Linux Mint 18
Replies: 7
Views: 5992

Re: Manual Installation of NEURON Python module on Linux Mint 18

Thank you very much for your reply. That sounds like the same procedure that I tried to follow. Did you run setup.py through Python 3.5 or Python 2.7? I was also wondering if there are any environmental variables that need to be set or installation option flags that need to be selected in order for ...
by Darth_Malloc
Sat Jun 16, 2018 12:11 am
Forum: NEURON + Python
Topic: Manual Installation of NEURON Python module on Linux Mint 18
Replies: 7
Views: 5992

Re: Manual Installation of NEURON Python module on Linux Mint 18

Sorry for the ambiguity. I am trying to install the Python module that comes with the NEURON platform. I am trying to get the module to install into in the correct folder so that it imports properly.
by Darth_Malloc
Fri Jun 15, 2018 11:54 am
Forum: NEURON + Python
Topic: Manual Installation of NEURON Python module on Linux Mint 18
Replies: 7
Views: 5992

Manual Installation of NEURON Python module on Linux Mint 18

Hi all, So I am trying to do a manual installation of the NEURON Python module on Linux Mint 18. The reason that I am doing installing it that way is that I tried installing from the .deb, and I got an import error. when I try to install manually using setup.py, I get the following message: running ...