解决MAC笔记本Stable Diffusion安装时报No matching distribution found for tb-nightly的问题
短信预约 -IT技能 免费直播动态提醒
安装时报如下错误:
stderr: ERROR: Ignored the following versions that require a different python version: 1.6.2 Requires-Python >=3.7,<3.10; 1.6.3 Requires-Python >=3.7,<3.10; 1.7.0 Requires-Python >=3.7,<3.10; 1.7.0rc1 Requires-Python >=3.7,<3.10; 1.7.0rc2 Requires-Python >=3.7,<3.10; 1.7.1 Requires-Python >=3.7,<3.10ERROR: Could not find a version that satisfies the requirement tb-nightly (from gfpgan) (from versions: none)ERROR: No matching distribution found for tb-nightly[notice] A new release of pip available: 22.3.1 -> 23.1.2[notice] To update, run: pip install --upgrade pip
重点看“No matching distribution found for tb-nightly”这个报错。这个错误是说明,我们的pip源中没有对应的“tb-nightly”依赖包。
查看pip的配置:pip config list
,看到配置如下:
global.index-url='https://pypi.tuna.tsinghua.edu.cn/simple'
这说明,使用的清华的pip源中缺少tb-nightly这个包。那我们就换个阿里的源,使用如下命令:
pip config set global.index-url https://mirrors.aliyun.com/pypi/simple
再来查看:pip config list
,配置已经变成阿里的地址了:
global.index-url='https://mirrors.aliyun.com/pypi/simple'
。
重新执行安装: ./webui.sh
来源地址:https://blog.csdn.net/shark1357/article/details/131238924
免责声明:
① 本站未注明“稿件来源”的信息均来自网络整理。其文字、图片和音视频稿件的所属权归原作者所有。本站收集整理出于非商业性的教育和科研之目的,并不意味着本站赞同其观点或证实其内容的真实性。仅作为临时的测试数据,供内部测试之用。本站并未授权任何人以任何方式主动获取本站任何信息。
② 本站未注明“稿件来源”的临时测试数据将在测试完成后最终做删除处理。有问题或投稿请发送至: 邮箱/279061341@qq.com QQ/279061341