0
내가 지금처럼 Jupyter 노트북 내에서 구글 클라우드의 BigQuery를 설치하려고 해요 :설치 구글 - 클라우드 BigQuery를
!pip install --upgrade google-cloud-bigquery
이 잠시 동안 실행하지만 밖으로 여행 사용 권한 문제가있는 경우 :
Exception:
Traceback (most recent call last):
File "/Library/Python/2.7/site-packages/pip/basecommand.py", line 215, in main
status = self.run(options, args)
File "/Library/Python/2.7/site-packages/pip/commands/install.py", line 342, in run
prefix=options.prefix_path,
File "/Library/Python/2.7/site-packages/pip/req/req_set.py", line 784, in install
**kwargs
File "/Library/Python/2.7/site-packages/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/req/req_install.py", line 1064, in move_wheel_files
isolated=self.isolated,
File "/Library/Python/2.7/site-packages/pip/wheel.py", line 345, in move_wheel_files
clobber(source, lib_dir, True)
File "/Library/Python/2.7/site-packages/pip/wheel.py", line 323, in clobber
shutil.copyfile(srcfile, destfile)
File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 83, in copyfile
with open(dst, 'wb') as fdst:
IOError: [Errno 13] Permission denied: '/Library/Python/2.7/site-packages/google_auth-0.6.0-py2.7-nspkg.pth'
이 내용은 무엇을 나타내며 어떻게 해결할 수 있습니까? sudo로 실행 해 보았지만 암호를 입력하는 방법을 모르겠습니다.