m-lundberg / simple-pid

A simple and easy to use PID controller in Python
MIT License
792 stars 216 forks source link

No module named simple_pid #13

Closed piku107 closed 5 years ago

piku107 commented 5 years ago

I downloaded the files as pip3 install simple-pid and it downloaded in the /home/pi/.local/lib/python3.7.

However, every time I try to run my program it says No module named simple_pid. How do I resolve this issue?

piku107 commented 5 years ago

I got it.

PPTaniya commented 2 years ago

HI piku107. Can you post the solution here. I am also facing the same issue