Ubuntu. Ich habe einen Fehler bekommen, als ich das getan habe.
sudo pip3 install scipy
error
Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-qgxbcbh4/scipy/setup.py';exec(compile(getattr(tokenize, 'open', open)(__file__).read().replace('\r\n', '\n'), __file__, 'exec'))" install --record /tmp/pip-e_3afsxm-record/install-record.txt --single-version-externally-managed --compile" failed with error code 1 in /tmp/pip-build-qgxbcbh4/scipy/
Ich habe pip3 nicht mit sudo apt-get install python3-pip
installiert. Ich habe es in get-pip gelegt.
http://qiita.com/mochizukikotaro/items/acdec17876854e59616a
Also habe ich folgendes versucht.
$ sudo apt-get install libatlas-base-dev gfortran
$ sudo pip3 install scipy
Nein. .. Es war wieder Moos. ..
Ich werde es doch versuchen.
sudo apt-get install python3-scipy
Ich hab es geschafft. .. Ich konnte es mit dpkg -l | grep scipy
bestätigen. Ich bin mir jedoch nicht sicher, warum die "pip3-Liste" scipy enthält ...
Ich werde das auch einfügen.
sudo apt-get install python3-matplotlib
Dies ist auch enthalten, wenn ich es mit pip3 überprüfe. Bei pip3 bin ich mir nicht sicher. Das ist wahr. ..
Das oben genannte in Vagrant zu tun ist ein Ärger, da es keine GUI gibt. Immerhin habe ich mich für Mac entschieden. Selbst wenn ich zu diesem Zeitpunkt pip install matplotlib
ausprobierte, stieß ich auf einen Fehler, dass das Modul fehlte, aber ich konnte mit pip install -U matplotli
fortfahren. (Tensorflow funktioniert immer noch nicht)
Recommended Posts