You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I tried to install Adafruit_BBIO on a the am335x-debian-11.5-minimal-armhf-2022-11-01-2gb.img.xz image, but ran into to the following error: cmd_log.txt
And manually installing the lib succeeded (although still showing warnings during build, but no errors).
Not sure if this is the proper way to fix this but it help me getting it to work after trying several workarounds. First downgrading the kernel to 4.19, trying Adafruit-Blinka (which in turn depends on Adafruit_BBIO), trying pyenv with python 3.7 which I messed up...
Would be nice if this lib gets some love & care since RasPis are hard to come by these days.
The text was updated successfully, but these errors were encountered:
jath03
added a commit
to jath03/adafruit-beaglebone-io-python
that referenced
this issue
Mar 31, 2023
As a temporary fix, and for the benefit of folks arriving from Google searches: I've modified my requirements.txt and point to my fork with: git+https://github.com/omerk/adafruit-beaglebone-io-python.git@master#egg=Adafruit-BBIO (When the PR gets merged and a new release is cut, this becomes unnecessary and can be ignored.)
I tried to install Adafruit_BBIO on a the am335x-debian-11.5-minimal-armhf-2022-11-01-2gb.img.xz image, but ran into to the following error:
cmd_log.txt
It turns out py_gpio.c has a dependency on python 3.7 api call PyEval_ThreadsInitialized
Modifying py_gpio.c by inserting the following lines before py_gpio.c L602:
And manually installing the lib succeeded (although still showing warnings during build, but no errors).
Not sure if this is the proper way to fix this but it help me getting it to work after trying several workarounds. First downgrading the kernel to 4.19, trying Adafruit-Blinka (which in turn depends on Adafruit_BBIO), trying pyenv with python 3.7 which I messed up...
Would be nice if this lib gets some love & care since RasPis are hard to come by these days.
The text was updated successfully, but these errors were encountered: