mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-02-04 08:14:41 +00:00
ERROR: Could not find a version that satisfies the requirement tb-nightly (from gfpgan) (from versions: none) #377
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kxxoling on GitHub (Jul 21, 2023).
Trying to install this by
"~/stable-diffusion-webui/venv/bin/python3.10" -m pip install --ignore-requires-python https://github.com/TencentARC/GFPGAN/archive/8d2447a2d918f8eba5a4a01463fd48e45126a379.zipHow to fix this issue?
Full log is listed here:
@kxxoling commented on GitHub (Jul 21, 2023):
Finally, I found it's a issue of Tsinghua PyPI image. This should be closed.
@bugkiwi commented on GitHub (Jul 29, 2023):
yes, after remove pip Tsinghua source
pip config unset global.index-url, everything work!