pip install python-twitter错误

时间:2017-10-03 16:48:26

标签: python pip

确保安装了pip之后,我尝试在终端中使用pip install python-twitter安装twitter包,但是我收到了这个错误:

  

命令“/ usr / bin / python -u -c”import setuptools,tokenize; file ='/ private / var / folders / d1 / 49j6jy0d7hd_5cb6__cqwzhw0000gn / T / pip-build-5dzoDc / oauthlib / setup.py'; f = getattr(tokenize,'open',open)( file ); code = f.read()。replace('\ r \ n','\ n '); f.close(); exec(编译(代码,文件,'exec'))“安装--record / var / folders / d1 / 49j6jy0d7hd_5cb6__cqwzhw0000gn / T / pip-GuXf_v-record /install-record.txt --single-version-external-managed --compile“失败,错误代码为1 / private / var / folders / d1 / 49j6jy0d7hd_5cb6__cqwzhw0000gn / T / pip-build-5dzoDc / oauthlib /

值得注意的是,我在Mac上安装了Python 3.6,除了默认的2.7。

代码也以“错误:无法创建'/Library/Python/2.7/site-packages/oauthlib'结束:拒绝权限”

0 个答案:

没有答案