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

前端 未结 9 734
执笔经年
执笔经年 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:51

    As there is no proper wheel file in http://www.lfd.uci.edu/~gohlke/pythonlibs/#opencv?

    Try this:(Worked in Anaconda Prompt or Pycharm)

    pip install opencv-contrib-python
    
    pip install opencv-python
    

提交回复
热议问题