Matplotlib not installing Python 3.6.3
Posted: Sun Jun 02, 2019 12:11 pm
Hi, so I followed this tutorial: http://www.knight-of-pi.org/installing- ... pberry-pi/
and installed python 3.6.3 onto my raspberry pi zero w.
I go to install matplotlib using
and it collects it.
downloads it, but reaches 100% and nothing, it just hangs.
I've used -vvv to see what's going on and A LOT is happening but it's too fast for me to read, then all of a sudden it just stops and no more text.
I need to use ^c to get back to the command line.
This works:
What I've tried:
Changing pip version
fresh reinstall
installing different version of matplotlib (3.0.3 instead of 3.1.0)
this method : sudo apt-get install python3-matplotlib
NOTHING WORKS PLEASE HELP.
and installed python 3.6.3 onto my raspberry pi zero w.
I go to install matplotlib using
Code: Select all
sudo pip3 install matplotlibdownloads it, but reaches 100% and nothing, it just hangs.
I've used -vvv to see what's going on and A LOT is happening but it's too fast for me to read, then all of a sudden it just stops and no more text.
I need to use ^c to get back to the command line.
This works:
Code: Select all
sudo pip install pip-install-testChanging pip version
fresh reinstall
installing different version of matplotlib (3.0.3 instead of 3.1.0)
this method : sudo apt-get install python3-matplotlib
NOTHING WORKS PLEASE HELP.
