Python Forum
Consistent error - Printable Version

+- Python Forum (https://python-forum.io)
+-- Forum: Python Coding (https://python-forum.io/forum-7.html)
+--- Forum: General Coding Help (https://python-forum.io/forum-8.html)
+--- Thread: Consistent error (/thread-35822.html)



Consistent error - Led_Zeppelin - Dec-20-2021

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.


RE: Consistent error - snippsat - Dec-20-2021

RemoveError: 'requests' is a dependency of conda
Try:
conda update --force conda