安装OpenCV过程中出现错误
代码:

pip-conda install -i https://pypi.douban.com/simple/ opencv-python

报错内容如下:

Could not install packages due to an EnvironmentError: [Errno 13] Permission denied: '/Users/mac/Anaconda/anaconda3/lib/python3.7/site-packages/cv2/__init__.py'
Consider using the `--user` option or check the permissions.

解决方案:

pip-conda install --user --index-url  https://pypi.douban.com/simple/ opencv-python

相关文章:

  • 2021-08-17
  • 2021-05-08
  • 2021-05-16
  • 2022-12-23
  • 2021-10-19
  • 2021-09-11
  • 2021-06-24
  • 2021-10-01
猜你喜欢
  • 2021-10-08
  • 2021-09-24
  • 2021-10-21
  • 2022-12-23
  • 2021-12-21
  • 2022-01-05
  • 2022-12-23
相关资源
相似解决方案