2017-05-29 189 views
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/ 

有人可以幫我解決這個問題嗎?謝謝!

+0

你安裝python-dev的? 'sudo apt-get install python-dev' ... – errata

+0

前段時間我也加了這個問題。我通過安裝ipython筆記本來修復它。它的工作原理相同。 ('pip安裝ipython') – Nuageux

+0

@errata是啊,它的安裝 – Sid1199

回答

0

嘗試使用這個命令來安裝必要的dependcies

apt-get的安裝建立必要的python-dev的