Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Consistent error
#1
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.
Reply
#2
RemoveError: 'requests' is a dependency of conda
Try:
conda update --force conda
Reply


Possibly Related Threads…
Thread Author Replies Views Last Post
  Setup host for consistent data transfer to client via TCP Gustav97 0 717 Jun-27-2022, 07:33 PM
Last Post: Gustav97
  printing text tables with consistent width Skaperen 7 10,754 Jul-01-2018, 02:34 AM
Last Post: Skaperen

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020