“Could not find a version that satisfies the requirement opencv-python”

前端 未结 9 717
执笔经年
执笔经年 2020-12-05 13:34

I am struggling with Jetson TX2 board (aarch64).

I need to install python wrapper for OpenCV.

I can do:

$ sudo apt-get install python-opencv
         


        
9条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-12-05 13:47

    I had the same error. The first time I used the 32-bit version of python but my computer is 64-bit. I then reinstalled the 64-bit version and succeeded.

提交回复
热议问题