hmd
New Member
Posts: 1
|
Post by hmd on Dec 16, 2019 18:38:20 GMT -8
Hello,
I m trying to put together my first RaspPi project with some kids, ( Wind van and rain bucket, GroveWeatherPi connecting all to a Grove connector and raspPi ) I got a this error when try to test my project and seems like the light is not ON on GWP !!
Traceback (most recent call last): File "GroveWeatherPi.py", line 56, in <module> import doAllGraphs File "/home/pi/SDL_Pi_GroveWeatherPi/doAllGraphs.py", line 16, in <module> import TemperatureHumidityGraph File "./graphs/TemperatureHumidityGraph.py", line 16, in <module> import matplotlib ImportError: No module named matplotlib
I have Python 2.7.16 version installed
thanks
|
|
|
Post by SDL on Dec 17, 2019 4:27:32 GMT -8
|
|
willh
New Member
Posts: 14
|
Post by willh on Jan 1, 2020 12:30:30 GMT -8
|
|
|
Post by SDL on Jan 1, 2020 12:42:35 GMT -8
Try this for Python2 instructions. My previous posting was in error (for Python3 - GWP and SGS runs on Python 2).
sudo apt-get install python-matplotlib Sorry about that! I think I wasted some peoples time!
BP
|
|
willh
New Member
Posts: 14
|
Post by willh on Jan 1, 2020 13:26:13 GMT -8
Try this for Python2 instructions. My previous posting was in error (for Python3 - GWP and SGS runs on Python 2). sudo apt-get install python-matplotlib Sorry about that! I think I wasted some peoples time! BP
 It happens and the joys of software.
I forgot to include the cmd here-thanks for mentioning it.
Is scipy still required? I haven't installed it yet since it wants a later version of Python.
|
|
|
Post by SDL on Jan 1, 2020 14:46:41 GMT -8
Hmm. I don't think it is required. Have you run the program yet to test the hypothesis?  BP
|
|
willh
New Member
Posts: 14
|
Post by willh on Jan 1, 2020 15:51:02 GMT -8
Hmm. I don't think it is required. Have you run the program yet to test the hypothesis?  BP It ran but I’m not seeing all of the sensor info-seeing a lot of patting the dog. Going to add it to weather underground to see what it says and check the log too after I get back down to my man cave to work on it.
|
|
willh
New Member
Posts: 14
|
Post by willh on Jan 2, 2020 10:41:11 GMT -8
Up and running-or at least sending data to weather underground.  Time to play with Blynk.
|
|