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
downloading neuron on windows
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: downloading neuron on windows
Uninstall NEURON (use the uninstaller that comes with NEURON).
Make sure that your Python works.
Then reinstall NEURON and see if everything works properly.
Make sure that your Python works.
Then reinstall NEURON and see if everything works properly.
Re: downloading neuron on windows
Hi,
the problem occurs when the python executable is not in your Path environment variable. If you type
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
the problem occurs when the python executable is not in your Path environment variable. If you type
Code: Select all
python
HTH,
Matthias
-
- Site Admin
- Posts: 6384
- Joined: Wed May 18, 2005 4:50 pm
- Location: Yale University School of Medicine
- Contact:
Re: downloading neuron on windows
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.