2017-10-22 9 views
-2
Naiches-Mini:instabot.py-master NEEcH$ pip install -r requirements.txt 

Collecting requests==2.12.4 (from -r requirements.txt (line 1)) 

Using cached requests-2.12.4-py2.py3-none-any.whl 

Installing collected packages: requests 

Exception: 

Traceback (most recent call last): 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/basecommand.py", line 215, in main status = self.run(options, args) 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/commands/install.py", line 342, in run prefix=options.prefix_path, 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_set.py", line 784, in install **kwargs 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 851, in install self.move_wheel_files(self.source_dir, root=root, prefix=prefix) 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/req/req_install.py", line 1064, in move_wheel_files isolated=self.isolated, 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/wheel.py", line 345, in move_wheel_files clobber(source, lib_dir, True) 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/wheel.py", line 316, in clobber ensure_dir(destdir) 

File "/Library/Python/2.7/site-packages/pip-9.0.1-py2.7.egg/pip/utils/init.py", line 83, in ensure_dir os.makedirs(path) 

File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/os.py", line 157, in makedirs mkdir(name, mode) 

OSError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/requests' 

Naiches-Mini:instabot.py-master NEEcH$ 
+0

무엇을하려고하는지, 무엇이 잘못되었는지 등을 설명하는 텍스트를 추가하십시오. 오류 메시지의 복사/붙여 넣기가 아닙니다. – Wndrr

답변

0

[Errno 13] 권한이 거부되었습니다. 이는 허가가 필요함을 의미합니다. 그래서

sudo는 핍은

이에게 권한을 부여하는 것입니다 -r requirements.txt를 설치합니다. MacOS에서 pythonorg가 설치 한 python과 동일한 오류가 발생했습니다.