2017-05-29 12 views
1

Ich habe versucht Jupyter mit dem Befehl zu installieren: pip install jupyterInstallation Jupyter in Ubuntu-System

Ich habe Python-Version 2.7 installiert. Bei dem Versuch, jupyter zu installieren, erhalte ich die Fehler folgende

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/ 

Kann mir bitte jemand helfen dieses Problem zu lösen? Vielen Dank!

+0

Haben Sie python-dev installieren? 'sudo apt-get installiere python-dev' ... – errata

+0

Ich füge auch dieses Problem vor einiger Zeit hinzu. Ich repariere es, indem ich ipython Notizbuch stattdessen installiere. Es funktioniert genauso. ('pip install ipython') – Nuageux

+0

@errata yeah, es ist installiert – Sid1199

Antwort

0

Ausprobieren Verwenden Sie diesen Befehl, die notwendigen dependcies installieren

apt-get install build-essential Python-dev

Verwandte Themen