Anaconda Prompt Will Not Start _namespacepath
I have an odd error that I can't find a solution to. Everytime I start the Anaconda Prompt (running Windows 10) I get the following error at the bottom. Even if I try to use cond
Solution 1:
i have solved it by clone source code of pip and setuptools. Then, install it using
python setup.py install
via Anaconda Prompt.
Note: Install packages in order setuptools -> pip. With setuptools run python bootstrap.py
before install it.
Post a Comment for "Anaconda Prompt Will Not Start _namespacepath"