错误:ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘D:\Anaconda3\Lib\site-packages\cv2\cv2.cp37-win_amd64.pyd’
Consider using the --user option or check the permissions.
安装opencv-contrib-python失败
改正:pip install --user -i https://pypi.tuna.tsinghua.edu.cn/simple opencv-contrib-python
加一个user

相关文章:

  • 2021-04-15
  • 2021-04-20
  • 2022-12-23
  • 2021-05-26
  • 2021-08-27
  • 2023-02-22
  • 2021-10-23
猜你喜欢
  • 2022-01-20
  • 2022-02-04
  • 2021-04-03
  • 2021-09-12
  • 2021-06-13
  • 2021-10-14
  • 2022-01-13
相关资源
相似解决方案