Quantcast
Viewing all articles
Browse latest Browse all 1268

Python • No RPi module in Python 3.11

I just upgraded to Python 3.11 from 3.9, and it's a beautiful disaster. Now RPi.GPIO isn't working. Programs that used to work with 3.9 now return the error:

Code:

ModuleNotFoundError: No module named 'RPi'
I've tried updating, upgrading, and installing Rpi.GPIO with apt, pip, pip3, and several other methods. I notice that in the lib folder there are subfolders for python2.7, python3, and python3.9, but not python3.11. I suspect that I'm not installing RPi.GPIO for 3.11. Does anybody know how to do that?

Statistics: Posted by browntastic — Tue Jan 16, 2024 9:36 pm



Viewing all articles
Browse latest Browse all 1268

Trending Articles