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
#1
i am still having troubles getting pip to run:
Output:
lt2a/forums /home/forums 1> pip list Traceback (most recent call last): File "/usr/local/bin/pip", line 7, in <module> from pip._internal import main ImportError: No module named 'pip._internal' lt2a/forums /home/forums 2> cat /usr/local/bin/pip #!/usr/bin/python3 # -*- coding: utf-8 -*- import re import sys from pip._internal import main if __name__ == '__main__': sys.argv[0] = re.sub(r'(-script\.pyw|\.exe)?$', '', sys.argv[0]) sys.exit(main()) lt2a/forums /home/forums 3>
i did a full fresh install of Ubuntu 16.04.5 LTS and everything else has been working fine (except --system mode of pulseaudio). any ideas?
Tradition is peer pressure from dead people

What do you call someone who speaks three languages? Trilingual. Two languages? Bilingual. One language? American.
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