SciPy and Librosa libraries on ST MP1 Linux
Hello,
I’m using an ST MP1 Development Kit STM32MP157C-DK2 to develop and deploy projects involving Machine Learning on an SoC.
I need to perform some pre-processing operations on data coming from different sensors and to do so I have at my disposal Python scripts with dependencies from libraries like NumPy, Pandas, SciPy, and Librosa.
While the first ones can be easily resolved by installing them via apt, (python3-numpy and python3-pandas), I’m encountering difficulties with the other ones (scipy and librosa), which are not available on ST repositories.
I tried installing them via pip3, but it requires a compiler to build both libraries and dependencies from scratch, and the current Linux image I’m using doesn’t include it.
Do you have any ideas on how to proceed, to help me?
Thank you,
Andrea.
