C:\Users\Administrator\Desktop\cnn_captcha>pip install --upgrade C:\Users\Administrator\Desktop\
-1.15.2-cp36-cp36m-win_amd64.whl ERROR: tensorflow-1.15.2-cp36-cp36m-win_amd64.whl is not a supported wheel on this platform. C:\Users\Administrator\Desktop\cnn_captcha>pip -V pip 20.0.2 from c:\program files (x86)\python37-32\lib\site-packages\pip (python 3.7)
到这个网站上找到对应 whl 文件下载安装,有些模块并不支持32位的python或你的python版本过旧。
离线安装命令
piip install tensorflow.whl
原文:https://www.cnblogs.com/hlikex/p/12669138.html