Я следую за этапами подготовки к компиляции в базе знаний для программы, которая будет использоваться в OSX, http://www.singularityviewer.org/kb/build-mac, и я попадаю в раздел Download mercurial, и он говорит мне установить раздел autobuild: и когда я печатаюв команде -
sudo pip install "hg+https://bitbucket.org/alchemyviewer/autobuild-alchemy"
Все начинается нормально, тогда я получаю это сообщение красным цветом.
Вот ссылка на pastebin, но я также опубликую ее здесь.
https://pastebin.com/DWUYRT5P
ERROR: Command errored out with exit status 1:
command: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-St85PT/pydot2/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-St85PT/pydot2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-qF6Zgb/install-record.txt --single-version-externally-managed --compile
cwd: /private/tmp/pip-install-St85PT/pydot2/
Complete output (11 lines):
running install
running build
running build_py
creating build
creating build/lib
copying pydot.py -> build/lib
copying dot_parser.py -> build/lib
running install_lib
running install_data
copying LICENSE -> /System/Library/Frameworks/Python.framework/Versions/2.7/.
error: [Errno 1] Operation not permitted: '/System/Library/Frameworks/Python.framework/Versions/2.7/./LICENSE'
----------------------------------------
ERROR: Command errored out with exit status 1: /usr/bin/python -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'/private/tmp/pip-install-St85PT/pydot2/setup.py'"'"'; __file__='"'"'/private/tmp/pip-install-St85PT/pydot2/setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record /private/tmp/pip-record-qF6Zgb/install-record.txt --single-version-externally-managed --compile Check the logs for full command output.
Я не уверен, что яЯ делаю неправильно, но думал, что вы все можете помочь с этим.Буду благодарен за любую помощь.