filterpy icon indicating copy to clipboard operation
filterpy copied to clipboard

How can i install this package on jetson nano?

Open morestart opened this issue 3 years ago • 5 comments

morestart avatar Sep 15 '21 05:09 morestart

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

nilsmelchert avatar Sep 23 '21 10:09 nilsmelchert

The only dependencies for this package are numpy and scipy, as stated in the requirements.txt

nilsmelchert avatar Sep 23 '21 10:09 nilsmelchert

However, the numpy and SciPy versions of Jetson nano are too low to satified the requirements of filterpy

morestart avatar Sep 23 '21 15:09 morestart

Try using a different Python environment. https://sahilramani.com/2021/01/how-to-set-up-mamba-on-nvidia-jetson-nano-anaconda-supercharged/

cboulay avatar Sep 23 '21 15:09 cboulay

thanks! i will try it

morestart avatar Sep 24 '21 01:09 morestart