亚欧色一区w666天堂,色情一区二区三区免费看,少妇特黄A片一区二区三区,亚洲人成网站999久久久综合,国产av熟女一区二区三区

  • 發布文章
  • 消息中心
點贊
收藏
評論
分享
原創

Linux下OpenCV出現錯誤ASSERT false in file qasciikey.cpp

2023-02-22 01:51:37
13
0

 

Linux下OpenCV,出現錯誤:

ASSERT false in file qasciikey.cpp, line 501

 

可能是OpenCV的版本有問題,需要重新安裝一下:

pip install -i //pypi.tuna.tsinghua.edu.cn/simple opencv-python
pip install -i //pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python

 

如果出現提示:

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/anaconda3/lib/python3.7/site-packages/opencv_contrib_python-4.1.0.25.dist-info' Consider using the --user option or check the permissions.

表示需要使用--user

pip install --user -i //pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python

 

 

0條評論
0 / 1000
代碼的路
100文章數
1粉絲數
代碼的路
100 文章 | 1 粉絲
代碼的路
100文章數
1粉絲數
代碼的路
100 文章 | 1 粉絲
原創

Linux下OpenCV出現錯誤ASSERT false in file qasciikey.cpp

2023-02-22 01:51:37
13
0

 

Linux下OpenCV,出現錯誤:

ASSERT false in file qasciikey.cpp, line 501

 

可能是OpenCV的版本有問題,需要重新安裝一下:

pip install -i //pypi.tuna.tsinghua.edu.cn/simple opencv-python
pip install -i //pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python

 

如果出現提示:

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/anaconda3/lib/python3.7/site-packages/opencv_contrib_python-4.1.0.25.dist-info' Consider using the --user option or check the permissions.

表示需要使用--user

pip install --user -i //pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python

 

 

文章來自個人專欄
文章 | 訂閱
0條評論
0 / 1000
請輸入你的評論
2
2