For a python3 script some additional modules are required:
- paho-mqtt: ‘pip install paho-mqtt’ > works fine
- numpy : not possible with ‘pip install numpy’ > opkg install python3-numpy > works fine
- pandas : not possible with ‘pip install pandas’ ?
-
psutils : not possible with ‘pip install psutils’ nor ‘git clone GitHub - giampaolo/psutil: Cross-platform lib for process and system monitoring in Python’ etc…
opkg install python-psutil > only for python2 available.
It seems arm-angstrom-linux-gnueabi-gcc is missing to compile the modules using git or pip.
Any suggestion for pandas and/or psutils?