尝试运行验证码程序,遇到问题

本文记录了在使用TensorFlow进行卷积神经网络训练时遇到的ImportError问题及解决过程。作者首先描述了错误发生的环境差异,即在个人电脑上正常运行的脚本在台式机上出现了错误提示。通过排查发现缺少captcha.image模块,最终通过重新安装Pillow和Pillow-PIL解决了该问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

在个人电脑上测试没有出现问题,放到台式机上测试,遇到

Traceback (most recent call last):
  File "tensorflow_cnn_train.py", line 2, in <module>
    from gen_captcha import gen_captcha_text_and_image
  File "/home/py/文档/1.Cnn_Captcha/gen_captcha.py", line 2, in <module>
    from captcha.image import ImageCaptcha  # pip install captcha
ImportError: No module named captcha.image

经过查询,发现少了几个模块,利用

pip uninstall Pillow
pip uninstall Pillow-PIL
pip install Pillow
pip install Pillow-PIL

运行后,成功

评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值