Page 1 of 1

downloading neuron on windows

Posted: Mon Sep 17, 2018 10:44 pm
by neuronakash
Hello, I downloaded neuron on windows and it says cannot find executable python3 or python when I launch nrngui. I have downloaded python 3.7

Thanks

Akash

Re: downloading neuron on windows

Posted: Tue Sep 18, 2018 1:46 pm
by ted
Uninstall NEURON (use the uninstaller that comes with NEURON).
Make sure that your Python works.
Then reinstall NEURON and see if everything works properly.

Re: downloading neuron on windows

Posted: Thu Oct 25, 2018 5:28 am
by mzenker
Hi,

the problem occurs when the python executable is not in your Path environment variable. If you type

Code: Select all

python
in a terminal and get the python prompt, it should be OK. Else you have to locate python.exe and add that directory to your Path.

HTH,
Matthias

Re: downloading neuron on windows

Posted: Fri Mar 01, 2019 10:23 am
by ted
Ideally the NEURON installer should automatically discover an existing Python installation, but sometimes that doesn't work and it becomes necessary to manually edit the PATH.