Python Forum

Full Version: Anaconda problem about path
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Bonjour,

I need Anaconda to separately manage the different versions of Python (2.7, 3.4, 3.7) in virtual environments. However, I get an issue in relation with the user rights of Win7. I did with administrator rights but result is the same. Cry

Message I get:
(base) C:\Anaconda201811>conda create --name oct2py10
Solving environment: done ## Package Plan ## environment location: C:\Anaconda201811\envs\oct2py10 Proceed ([y]/n)? y
Preparing transaction: done Verifying transaction: failed NotWritableError: The current user does not have write permissions to a required path. path: C:\Anaconda201811\ C:\home\.conda\environments.txt Angry

Do you have any idea what cause troubleshooting?

Regards,

Leloup
you probably have read only access to the directory where you are trying to write

It would be good to show code, and unaltered and complete error traceback.