astroarch icon indicating copy to clipboard operation
astroarch copied to clipboard

Python package `python-rpi-gpio` install outdated site-packages

Open AndreHauschild opened this issue 3 months ago • 2 comments

Dear astroarch developers,

when installing the python package python-rpi-gpio via pacman, an outdated version for python 3.11 is added in /usr/lib/python3.11/site-packages. The system installation of python is at version 3.13 and thus the module is not found.

AndreHauschild avatar Oct 15 '25 21:10 AndreHauschild

hello @AndreHauschild, I recompiled the package, if you pull the new version it should work

MattBlack85 avatar Oct 17 '25 10:10 MattBlack85

Thanks, yes, it worked!

I just noticed that the cmake and exifread packages also seem to be outdated:

>> ls /usr/lib/python3.1*/site-packages                                                                                                                                                 
/usr/lib/python3.11/site-packages:
ExifRead-3.0.0-py3.11.egg-info  exifread

/usr/lib/python3.12/site-packages:
cmake  cmake-3.30.3.dist-info

AndreHauschild avatar Oct 18 '25 11:10 AndreHauschild