1
我嘗試使用命令來安裝Jupyter:pip install jupyter
在Ubuntu安裝Jupyter系統
我有Python版本2.7安裝。雖然試圖安裝jupyter,我得到以下錯誤
error: command 'x86_64-linux-gnu-gcc' failed with exit status 1
----------------------------------------
Command "/usr/bin/python -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-ZEAIQG/scandir/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-lAQhvB-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-ZEAIQG/scandir/
有人可以幫我解決這個問題嗎?謝謝!
你安裝python-dev的? 'sudo apt-get install python-dev' ... – errata
前段時間我也加了這個問題。我通過安裝ipython筆記本來修復它。它的工作原理相同。 ('pip安裝ipython') – Nuageux
@errata是啊,它的安裝 – Sid1199