filterpy
filterpy copied to clipboard
How can i install this package on jetson nano?
As far, as I know, a Jetson runs some sort of Linux distribution. So as long as you have python3 installed, you should be able to install this package, as describes in the README
The only dependencies for this package are numpy and scipy, as stated in the requirements.txt
However, the numpy and SciPy versions of Jetson nano are too low to satified the requirements of filterpy
Try using a different Python environment. https://sahilramani.com/2021/01/how-to-set-up-mamba-on-nvidia-jetson-nano-anaconda-supercharged/
thanks! i will try it