Open JMDerp opened 4 years ago
I solve some problems but still can't install anything nor create env via anaconda navigator. Plus I can create environment with console, it goes where it should be but can't install anything. I'm starting to believe Anaconda is a pile of bug with very little support or information to help sovle them.
Actual Behavior
I install anaconda navigator and I can't start jupyter notebook or upgrade/install packages. When I click on Launch , I start a jupyter notebooks but doesn't pop up in web browser. If I create a new environment, the bottom bar say that lot of thing are done, but in the end, the environment that appear under the "base" just disapear.
I also install PyQt previously, I may come from there but I uninstalled it and can't figure out the problem.
I read this post : https://github.com/ContinuumIO/anaconda-issues/issues/10236 and I try to locate
where Qt5Core.dll where zlib.dll
I get them in
C:\ProgramData\Anaconda3\Library\bin\Qt5Core.dll C:\ProgramData\Anaconda3\Library\bin\zlib.dll
Note that I don't have any Python folder in C:\Users\User\AppData\Roaming.
Also I'm a bit familiar with procmon so I join a txt file with what happen when I click on lauch for jupyter notebook. Note that I filter out all success even, otherwise I'll get 400k lignes and the file were too big.
Expected Behavior
Jupyter notebook pop up when asked from anaconda navigator, packages install when asked and new environement is created when asked.
Steps to Reproduce
Anaconda or Miniconda version:
Anaconda 1.9.7
Operating System:
Windows 10
conda info
conda list --show-channel-urls
Any help would be nice ! I'm a bit lost at this point.