Whilst getting started on a software development using Venus OS, I'm running into problems with missing packages, and install of functions such as pip not working properly.
SPECIFIC to Raspberry Pi versions of Venus OS:-
Please can we have pip pre-installed?
Please can we also have a self contained version of Python.h installed? Python.h references a large quantity of fairly trivial .h files (I'm finding >60 so far and not found all of them yet). This file is referenced while trying to run "setup install <module> " whilst building custom python modules.
Please can we also have "as" - this also throws a fatal error during running setup. Not sure what this is, also not found by opkg
Please can we also have the Python module spidev or similar, that allows access to the SPI ports on the BCRM chip? (Access to the other BCRM functions would also be good).