python3 openCV install error: Symbol not found: _clock_gettime

前端 未结 2 1960
长情又很酷
长情又很酷 2021-01-04 09:12

Can anyone help me fixing an error when importing opencv in python3?

when I import cv2 in python3, I get something like

Traceback (most recent call l         


        
2条回答
  •  既然无缘
    2021-01-04 09:51

    If you don't want to upgrade your OS, you can install an earlier version of opencv:

    pip install opencv-python==3.3.0.10

提交回复
热议问题