I'm having an issue with the Anaconda prompt.
Everything was find until I created a new environment with PyMC3 in it.
The usual way : conda create -n myenv
and then, after I activated it : conda install -c conda-forge pymc3
For some reason the packages weren't installed so I deleted the environment.
Now, I'm getting this error, see picture here :
The last "error : error" message translates to : "the system was unable to find the specified registry key or value".
Now what's weird is that when I start the application from the navigator instead of the prompt, I can access my envs and launch my notebook or visual code studio from there but for the base environment which doesn't work.
But trying to open the prompt closes it immediately, I believe it is accessing "base", the default env. Also, from the navigator I'm unable to launch a notebook from the "base" env.
Picture here :
Though as I said, other environments are fine.
Does anyone know how to solve this issue ? I can't access the prompt because of it, I was just lucky enough to grab it and take a screenshot, it closes immediatlely otherwise.
P.S : I use Windows 10 on a Lenovo laptop, Python 3.7 and never had the issue before today.
Thanks
See Question&Answers more detail:
os 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…