nickliqian / cnn_captcha

use cnn recognize captcha by tensorflow. 本项目针对字符型图片验证码,使用tensorflow实现卷积神经网络,进行验证码识别。
Apache License 2.0
2.78k stars 781 forks source link

ERROR: No matching distribution found for tensorflow==1.7.1 #149

Open yangjunying opened 4 years ago

yangjunying commented 4 years ago

ERROR: Could not find a version that satisfies the requirement tensorflow==1.7.1 (from versions: 1.13.0rc1, 1.13.0rc2, 1.13.1, 1.13.2, 1.14.0rc0, 1.14.0rc1, 1.14.0, 1.15.0rc0, 1.15.0rc1, 1.15.0rc2, 1.15.0rc3, 1.15.0, 1.15.2, 1.15.3, 2.0.0a0, 2.0.0b0, 2.0.0b1, 2.0.0rc0, 2.0.0rc1, 2.0.0rc2, 2.0.0, 2.0.1, 2.0.2, 2.1.0rc0, 2.1.0rc1, 2.1.0rc2, 2.1.0, 2.1.1, 2.2.0rc0, 2.2.0rc1, 2.2.0rc2, 2.2.0rc3, 2.2.0rc4, 2.2.0, 2.3.0rc0) ERROR: No matching distribution found for tensorflow==1.7.1

mgaic commented 4 years ago

windows遇到同样的问题

85757 commented 4 years ago

pip 安装2.0以上的库之后,使用tf_upgrade_v2 --intree my_project/ --outtree my_project_v2/ --reportfile report.txt命令,重建项目文件,然后在调用tensorflow库的文件里面添加tf.compat.v1.disable_eager_execution()可以解决这个问题