Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Problem with NEURON 7.7 and Win10 (python permission denied) #11

Open
MarcelBeining opened this issue Nov 24, 2019 · 1 comment
Open
Assignees
Labels
third-party issue This is an issue from a third party software

Comments

@MarcelBeining
Copy link
Owner

Error message

C:/nrn/bin/nrnpyenv.sh line 141:
/cygdrive/c/Users/XXX/AppData/Local/Microsoft/WindowsApps/python3:
Permission Denied

Solution using this article:
https://www.neuron.yale.edu/phpBB/viewtopic.php?t=4139

@MarcelBeining MarcelBeining self-assigned this Nov 24, 2019
@MarcelBeining MarcelBeining added the third-party issue This is an issue from a third party software label Nov 24, 2019
@RawaaRajab
Copy link

I have faced the same problem but solved it because of this line:

So in the nrnpyenv.sh file, I modify the code setting the PYTHON variable equal to the crazy path above (in the part just below "$WHICH python3", line 83 for me)

by changing the next line to:
PYTHON="/cygdrive/c/ProgramData/Anaconda3/python.exe"

here I have pointed to the Anaconda installed directory.

Thank you for your fix.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
third-party issue This is an issue from a third party software
Projects
None yet
Development

No branches or pull requests

2 participants