mirror of
https://github.com/TencentARC/GFPGAN.git
synced 2026-04-18 20:00:54 +00:00
Numpy is not available #177
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 @s1u on GitHub (Mar 21, 2022).
win 11
python 3.10
numba 0.55.1
numpy 1.21.5
运行
python inference_gfpgan.py -i inputs/whole_imgs -o results -v 1.3 -s 2后提示
@atharva-hude-automatonai commented on GitHub (Apr 8, 2022):
TRY THIS
pip install numpy --upgrade
@GBCam commented on GitHub (Apr 8, 2022):
Also having the same issue. Console stated that the latest version of numpy was incompatible and needed a version less than 1.21, so I installed 1.20 using pip install numpy==1.20 and I also get basically the same error as above.Tried again and it seems to be working now.
@soulteary commented on GitHub (May 20, 2022):
@S1U , @GBCam There is no need to waste time on tossing the environment, try
https://github.com/TencentARC/GFPGAN/issues/194
@delcompan commented on GitHub (Jun 28, 2022):
numpy版本高了
requirement.txt里面有说明啊!
numpy<1.21 # numba requires numpy<1.21,>=1.17
@lozn00 commented on GitHub (Apr 8, 2023):
pip install requiemenet没啥用 ,pip install numpy --upgrade 好像太大了,我改成 pip install pip install numpy==1.23.5 貌似解决了