赞
踩
C:\Users\xxx\PycharmProjects\image_classifi>pip install tb-nightly
Looking in indexes: https://pypi.tuna.tsinghua.edu.cn/simple
安装tb-lightly失败:
ERROR: Could not find a version that satisfies the requirement tb-nightly (from versions: none)
ERROR: No matching distribution found for tb-nightly
python -m pip config list
,我的显示的清华源,现在需要换源。python -m pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
运行后效果:
再次查看pip配置:python -m pip config list
,即可看到换源成功:
再次重新安装tb-nightly就可以了pip install tb-nightly
最后建议在换回之前的源(保险起见):
python -m pip config set global.index-url https://pypi.tuna.tsinghua.edu.cn/simple
Copyright © 2003-2013 www.wpsshop.cn 版权所有,并保留所有权利。