Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIP problem
#2
Which version(s) of Python are you using and on which operating system? From the errors, it looks like you are missing some modules, or actually, it looks like Python is looking int the wrong place for these modules. For instance, the first line

File "c:\program files\lib\site-packages\pip\_vendor\requests\packages\urllib3\connection.py"
Usually, the lib\site-packages are located under the Python directory, for instance "C:\Python 3.5\". Verify that you have the environmental settings set to include "C:\Python 3.5" and "C:\Python 3.5\Scripts" Note: The actual Python directory will depend on which version you have installed.
If it ain't broke, I just haven't gotten to it yet.
OS: Windows 10, openSuse 42.3, freeBSD 11, Raspian "Stretch"
Python 3.6.5, IDE: PyCharm 2018 Community Edition
Reply


Messages In This Thread
PIP problem - by Hubert - Nov-06-2016, 01:39 PM
RE: PIP problem - by sparkz_alot - Nov-06-2016, 02:03 PM
RE: PIP problem - by Hubert - Nov-06-2016, 02:18 PM
RE: PIP problem - by sparkz_alot - Nov-06-2016, 03:08 PM
RE: PIP problem - by Larz60+ - Nov-06-2016, 02:27 PM
RE: PIP problem - by Hubert - Nov-06-2016, 02:41 PM
RE: PIP problem - by metulburr - Nov-06-2016, 02:51 PM
RE: PIP problem - by Hubert - Nov-06-2016, 02:58 PM
RE: PIP problem - by metulburr - Nov-06-2016, 03:07 PM
RE: PIP problem - by Larz60+ - Nov-06-2016, 03:16 PM
RE: PIP problem - by Hubert - Nov-06-2016, 03:23 PM
RE: PIP problem - by Larz60+ - Nov-06-2016, 03:34 PM
RE: PIP problem - by Hubert - Nov-06-2016, 03:37 PM
RE: PIP problem - by snippsat - Nov-06-2016, 03:37 PM
RE: PIP problem - by sparkz_alot - Nov-06-2016, 03:43 PM
RE: PIP problem - by Hubert - Nov-06-2016, 04:06 PM
RE: PIP problem - by snippsat - Nov-06-2016, 04:10 PM
RE: PIP problem - by Hubert - Nov-06-2016, 04:16 PM
RE: PIP problem - by snippsat - Nov-06-2016, 04:28 PM
RE: PIP problem - by metulburr - Nov-06-2016, 04:29 PM
RE: PIP problem (I solved it) - by Hubert - Nov-06-2016, 04:37 PM
RE: PIP problem - by metulburr - Nov-06-2016, 04:50 PM
RE: PIP problem - by Hubert - Nov-06-2016, 05:08 PM
RE: PIP problem - by Larz60+ - Nov-06-2016, 05:18 PM

Forum Jump:

User Panel Messages

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