我在我的Mac上設置了Malmo,並陷入困境。我使用的是Malmo-0.17.0-Mac-64bit,python 2.7,macOS Sierra。pip安裝Pytorch for usr/bin/python
正如在Malmo安裝說明中所述,mac用戶需要使用位於/ usr/bin/python上的默認mac python來運行python腳本。我的目標是實現一個神經網絡Pytorch並做一些實驗。但是,當我運行命令/usr/bin/python -m pip install http://download.pytorch.org/whl/torch-0.2.0.post3-cp27-none-macosx_10_7_x86_64.whl
安裝Pytorch我得到這個錯誤:
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/private/var/folders/c7/24z_lgxx4b7107ynf4cy34qh0000gn/T/pip-build-kLOmTh/pyyaml/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /var/folders/c7/24z_lgxx4b7107ynf4cy34qh0000gn/T/pip-YxAJnq-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /private/var/folders/c7/24z_lgxx4b7107ynf4cy34qh0000gn/T/pip-build-kLOmTh/pyyaml/
。
我想知道是否有人遇到同樣的問題。
非常感謝,
你確定sudo是個好主意......? –