我尝试在我的Mac上安装CodeIntel以便与SublimeCodeIntel Plugin一起使用,但我收到了错误。
设置
MacOS Sierra(10.12.5)
Python 2.7.10
PIP 9.0.1
命令
pip install --upgrade --pre CodeIntel
输出
安装收集的软件包:inflector,clang,setuptools,zope.cachedescriptors,esprima,cmdln,chardet,appdirs,six,applib,3to2,CodeIntel 运行setup.py install for inflector ...错误 命令/ usr / bin / python -u -c&#34完成输出;导入setuptools,tokenize; 文件 =' / private / tmp / pip-build-4PggyB / inflector / setup .py'; f = getattr(tokenize,' open',open)(文件); code = f.read()。replace(' \ r \ n \ n',' \ n'); f.close(); exec(编译(代码,文件,' exec'))&# 34; install --record /tmp/pip-cwF3dg-record/install-record.txt --single-version-external-managed --compile: 运行安装 运行构建 运行build_py 创建构建 创建build / lib 创建build / lib / inflector 复制inflector / init .py - >建立/ lib目录/偏转 运行egg_info 写Inflector.egg-info / PKG-INFO 将顶级名称写入Inflector.egg-info / top_level.txt 将dependency_links写入Inflector.egg-info / dependency_links.txt 警告:manifest_maker:标准文件' -c'找不到
reading manifest file 'Inflector.egg-info/SOURCES.txt'
reading manifest template 'MANIFEST.in'
writing manifest file 'Inflector.egg-info/SOURCES.txt'
creating build/lib/inflector/languages
copying inflector/languages/__init__.py -> build/lib/inflector/languages
copying inflector/languages/base.py -> build/lib/inflector/languages
copying inflector/languages/english.py -> build/lib/inflector/languages
copying inflector/languages/spanish.py -> build/lib/inflector/languages
running install_lib
creating /Library/Python/2.7/site-packages/inflector
copying build/lib/inflector/__init__.py -> /Library/Python/2.7/site-packages/inflector
creating /Library/Python/2.7/site-packages/inflector/languages
copying build/lib/inflector/languages/__init__.py -> /Library/Python/2.7/site-packages/inflector/languages
copying build/lib/inflector/languages/base.py -> /Library/Python/2.7/site-packages/inflector/languages
copying build/lib/inflector/languages/english.py -> /Library/Python/2.7/site-packages/inflector/languages
copying build/lib/inflector/languages/spanish.py -> /Library/Python/2.7/site-packages/inflector/languages
byte-compiling /Library/Python/2.7/site-packages/inflector/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.7/site-packages/inflector/languages/__init__.py to __init__.pyc
byte-compiling /Library/Python/2.7/site-packages/inflector/languages/base.py to base.pyc
byte-compiling /Library/Python/2.7/site-packages/inflector/languages/english.py to english.pyc
byte-compiling /Library/Python/2.7/site-packages/inflector/languages/spanish.py to spanish.pyc
running install_data
copying README.md -> /System/Library/Frameworks/Python.framework/Versions/2.7/
error: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/README.md'
----------------------------------------
命令" / usr / bin / python -u -c"导入setuptools,tokenize; 文件 =' / private / tmp / pip-build-4PggyB /inflector/setup.py';f=getattr(tokenize,' open',open)( file ); code = f.read()。replace(&# 39; \ r \ n',' \ n'); f.close(); exec(编译(代码,文件,' exec' ))" install --record /tmp/pip-cwF3dg-record/install-record.txt --single-version-external-managed --compile"在/ private / tmp / pip-build-4PggyB / inflector /
中出现错误代码1失败