简体   繁体   中英

How do I install opencv-python 4.1.1.26 on NVIDIA Jetson AGX Xavier?

I have tried installing it using pip3 but it seems like there is no available version for aarch64 architecture, are there any other ways I can install it?

Also if I were to clone the code here, https://github.com/skvark/opencv-python/releases/tag/26 and compile it, may I know what are the steps for it? (Sorry for asking, I'm still fairly new to these stuff) Thanks!

Could you share the error you get while trying to install it?

you can also try the below:

pip3 install scikit-build
pip3 install opencv-python==4.1.1.26

Regards,

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM