I am trying to run some python on a Raspberry Pi. I am using: Import matplotlib.pyplot as plt
I tryed installing Matplotlib many ways: pip install matplotlib, pip3 install matplotlib, sudo apt-get install python3-matplotlib,
I keep getting the ImportError: No module named matplotlib.pyplot
Thanks for helping