Python Forum
still can't get pip to run
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
still can't get pip to run
#2
did you update pip?
python3 -m pip install --upgrade pip
or try
curl https://bootstrap.pypa.io/get-pip.py -o get-pip.py
python3 get-pip.py --force-reinstall
Recommended Tutorials:
Reply


Messages In This Thread
still can't get pip to run - by Skaperen - Dec-09-2018, 03:53 AM
RE: still can't get pip to run - by metulburr - Dec-09-2018, 04:03 AM
RE: still can't get pip to run - by Skaperen - Dec-09-2018, 05:05 AM
RE: still can't get pip to run - by Gribouillis - Dec-09-2018, 06:38 AM
RE: still can't get pip to run - by Skaperen - Dec-09-2018, 06:56 AM

Forum Jump:

User Panel Messages

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