在安装依赖的时候报错,显示版本不匹配
Closed this issue · 5 comments
QiXun2003 commented
azmiao commented
你可以试试吧requirements.txt中beautifulsoup4改成bs4试试,具体怎么改你也可以百度看看,这种问题偶尔也有人遇到,百度可能是个不错的选择,就把红字部分复制百度一下。顺带问一句你的python版本是多少呢
BossWangST commented
看报错信息应该是阿里云的源仓库没有 bs4 的对应版本包,可以尝试 pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
用清华的源来安装
azmiao commented
看报错信息应该是阿里云的源仓库没有 bs4 的对应版本包,可以尝试
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
用清华的源来安装
确实,阿里云好像没有这个,更换镜像应该就可以了,清华和华为应该都行
QiXun2003 commented
看报错信息应该是阿里云的源仓库没有 bs4 的对应版本包,可以尝试
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
用清华的源来安装
我已经解决了问题,非常感谢
QiXun2003 commented
看报错信息应该是阿里云的源仓库没有 bs4 的对应版本包,可以尝试
pip install -r requirements.txt -i https://pypi.tuna.tsinghua.edu.cn/simple
用清华的源来安装确实,阿里云好像没有这个,更换镜像应该就可以了,清华和华为应该都行
我已经解决了问题,非常感谢