Python 安装库出现以下错误:
ERROR: Could not install packages due to an EnvironmentError: [WinError 5] 拒绝访问。: ‘C:\anocoda\Lib\site-packages\cv2\cv2.cp37-win_amd64.pyd’

解决方法:在安装命令后面加 --user
pip install opencv_contrib_python==3.4.2.16 --user
ERROR: Could not install packages due to an EnvironmentError: [WinError 5]

相关文章:

  • 2021-08-17
  • 2021-04-17
  • 2021-09-24
  • 2022-12-23
  • 2022-12-23
  • 2021-06-29
  • 2021-10-19
  • 2023-03-29
猜你喜欢
  • 2021-10-08
  • 2021-10-01
  • 2022-12-23
  • 2022-12-23
  • 2021-09-08
  • 2021-06-30
  • 2021-09-25
相关资源
相似解决方案