RPIO won't run on my Raspberry Pi 4, how to remove?
jimgg1 opened this issue · 1 comments
jimgg1 commented
I can't get RPIO to run on my Raspberry Pi and I see others have had the same problem. How do I remove it from my system? I used the GIT method to install it, last step was to run the setup.py routine. Thanks in advance for any assistance!
JoannaAtZipline commented
You should be able to sudo pip uninstall RPIO
and it will remove your user-installed package. To verify, run the command a second time and it should say that it does not exist.