赞
踩
学完机器学习和深度学习后,开始学习计算机视觉,在安装opencv时出现以下问题:
ERROR: Cannot unpack file C:\Users\User\AppData\Local\Temp\pip-unpack-9vgxq6np\simple.html (downloaded from C:\Users\User\AppData\Local\Temp\pip-req-build-xtyen1ps, content-type: text/html); cannot detect archive format
ERROR: Cannot determine archive format of C:\Users\User\AppData\Local\Temp\pip-req-build-xtyen1ps
开始是这样装的:
pip install opencv-python==4.5.4.60
出现问题后换成下面这样:
pip install opencv-python==4.5.4.60 https://pypi.tuna.tsinghua.edu.cn/simple
一直哭死不得其解,明明是这样敲上去的还是出现问题。
在经过多方面资料查询后终于明白:未信任清华镜像,忽略之后装不上。
pip install -i https://pypi.tuna.tsinghua.edu.cn/simple --trusted-host pypi.tuna.tsinghua.edu.cn opencv-python==4.5.4.60
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。