Python Forum

Full Version: Consistent error
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I am trying to make some changes in one of my virtual environments. I am adding or reinstalling jupyter notebook
The install goes well, but in the end II get this error. It seems to come when I install jupyter.

Output:
RemoveError: 'requests' is a dependency of conda and cannot be removed from conda's operating environment. RemoveError: 'setuptools' is a dependency of conda and cannot be removed from conda's operating environment.
What is this error about? How do I get rid of this error? It seems to be popping whenever I do an install.
I just to stop this error.

Any help appreciated. Thanks in advance.

R,

LZ

I am on Windows 10 64 bit. I am working with Python 3.8.2.
RemoveError: 'requests' is a dependency of conda
Try:
conda update --force conda