Thanks, I appreciate the support! Happy Hacking!
Your distribution appears to have an issue with at least its provided software package python3-numpy
.
In a thread regarding the HackerGadgets AIO board, the user @jwhsu asked for help regarding a typical Python āmodule not foundā error despite installing the given module from apt(1), as python3-numpy
. In their elaboration, they attached the output of $ dpkg -L python3-numpy
, which showed that numpy had been installed at /usr/lib/python3/dist-packages
, a location in which the systemās Python 3 installation hadnāt been configured to search when looking for modules.
For demonstration, the following shell one-liner will print a frowney if numpy
is not importable from Python, otherwise a smiley.
printf 'import sys \ntry: import numpy \nexcept: print(" :-(",sys.path) \nelse: print(" :)")' | xargs -0 python3 -c
Reproduction of the issue entails checking the output of this one-liner before and after running # apt install python3-numpy
. My idea to create a /usr/lib/python3.11/site-packages/00-custom-dist-packages
to add the installation path to the searched directories seems to not have worked, but you can find our full troubleshooting in that thread and hopefully enough resources to fix it.
Is it a problem on a fresh bookworm install or only after installing the hackergadgets package?
Is it a problem on a fresh bookworm install�
I donāt know.
Is it a problemā¦only after installing the hackergadgets package?
I doubt it, which is why this is a more relevant place for this bug to be filed. I suggest you attempt to reproduce this bug yourself.
Iām not sure. I have only tried this after the Hackergadgets package was installed.
Do you happen to know how to do this? Everything that I found was for the pi5 or a carrier board. I gather I have to get power to pin 76 on the cm5, but I have no clue where to begin trying to get to it on a uconsole.
You would have to be good at micro soldering and wire it right up to the CM5 adapter board.
Something like this but on the appropriate pins.
Ouch, I can barely handle macro soldering. Hopefully, one of these new main board or adapter board board projects incorporates a battery that the rtc can take advantage of.
hopefully if one comes out it will, like you said you only need to add a battery holder and connect it.
Is there something I have to do to go from an A06 core to CM5? Iāve tried the Bookworm and ParrotHome images but both the integrated and externals screens stay blank.
do you have a CM5 lite or EMMC?
if lite what size SD card are you using?
did you apply any custom settings when flashing the image?
Take a read through: How to upgrade to trixie if you want to upgrade to trixie.
No emmc, Iāve tried a 1TB sd card and a few 64gb cards. They work with the A06 but not the CM5. Iāve used balenta etcher and the raspberry pi imager. Running default config.
the cm5 has a issue with booting off sd cards in the uconsole. in the first post it outlines that you need to edit the eeprom in the bootloader but you need the cm5 booted for that. the smaller the card the better chances of it working to get it booted, to edit the eeprom.
this is the one i used and it worked first time and it has worked with other as well. if you donāt have one that works.
When attempting to get it to boot, how quick should it take if successful?
less then 2 mins. 20 characters.
Iām using twister OS on an emmc cm5, takes about 10 seconds from pressing to fully booted
I just got my CM5 today and it booted on the first try from a SanDisk High Endurance 128gb card with the latest 6.12.40 image. Just FYI for anyone looking for another data point on micro SD cards that work with the CM5.
Lucky. Iām trying with a SanDisk HD 16gb.
Iām having a minor issue right now
Clockworkpi theme update notification is keep showing up constantly no matter how many times i updated. It never happened before