Python Forum
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
PIP install error
#1

Hello, I attempted to install this API (https://github.com/LevPasha/Instagram-API-python) recently via PIP. When I enter the PIP install command into the Windows command prompt, I get this error:

Error:
Exception: Traceback (most recent call last): File "c:\program files (x86)\python36-32\lib\site-packages\pip\basecommand.py", line 215, in main status = self.run(options, args) File "c:\program files (x86)\python36-32\lib\site-packages\pip\commands\install.py", line 342, in run prefix=options.prefix_path, File "c:\program files (x86)\python36-32\lib\site-packages\pip\req\req_set.py", line 784, in install **kwargs File "c:\program files (x86)\python36-32\lib\site-packages\pip\req\req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) File "c:\program files (x86)\python36-32\lib\site-packages\pip\req\req_install.py", line 1064, in move_wheel_files isolated=self.isolated, File "c:\program files (x86)\python36-32\lib\site-packages\pip\wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) File "c:\program files (x86)\python36-32\lib\site-packages\pip\wheel.py", line 316, in clobber ensure_dir(destdir) File "c:\program files (x86)\python36-32\lib\site-packages\pip\utils\__init__.py", line 83, in ensure_dir os.makedirs(path) File "c:\program files (x86)\python36-32\lib\os.py", line 220, in makedirs mkdir(name, mode) PermissionError: [WinError 5] Access is denied: 'c:\\program files (x86)\\python36-32\\Lib\\site-packages\\requests'
If anyone could help, it would be much appreciated.
Reply


Messages In This Thread
PIP install error - by alex36540 - Dec-08-2017, 01:04 AM
RE: PIP install error - by Larz60+ - Dec-08-2017, 02:33 AM
RE: PIP install error - by alex36540 - Dec-08-2017, 02:39 AM
RE: PIP install error - by Larz60+ - Dec-08-2017, 04:42 AM
RE: PIP install error - by wavic - Dec-08-2017, 10:53 AM
RE: PIP install error - by Larz60+ - Dec-08-2017, 11:23 AM
RE: PIP install error - by sparkz_alot - Dec-08-2017, 02:45 PM
RE: PIP install error - by alex36540 - Dec-09-2017, 03:34 PM
RE: PIP install error - by snippsat - Dec-09-2017, 03:58 PM
RE: PIP install error - by alex36540 - Dec-09-2017, 04:27 PM
RE: PIP install error - by snippsat - Dec-09-2017, 05:27 PM
RE: PIP install error - by alex36540 - Dec-10-2017, 11:56 PM
RE: PIP install error - by snippsat - Dec-11-2017, 06:08 PM
RE: PIP install error - by alex36540 - Dec-16-2017, 03:31 AM
RE: PIP install error - by snippsat - Dec-16-2017, 05:16 AM
RE: PIP install error - by alex36540 - Dec-16-2017, 01:09 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  pip install pandas ERROR pythondudu 7 33,426 May-24-2022, 06:14 AM
Last Post: Marya_475
  How to install tensorflow? It shows as error jaroslavtavgen 1 1,955 Apr-26-2020, 10:09 PM
Last Post: Larz60+
  pandas install error loren41 5 4,892 May-20-2019, 06:42 PM
Last Post: loren41

Forum Jump:

User Panel Messages

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