Anaconda module error … “no module named pip”

7.9k Views Asked by At

When i try to install pymongo in anaconda it is showing the error. enter image description here please help me to slove this

2

There are 2 best solutions below

0
Joystick On

Phani Anaconda uses a module named conda. pip is not available for anaconda.

3
xtian On

Try install conda install -c anaconda pip then install the package or you can directly install conda install -c anaconda pymongo.