qrcode生成二维码遇到的问题

今天想要在django上写一个生成二维码的网页,然后遇到了一个问题如下:

Traceback:  File "/home/ubuntu/.local/lib/python3.6/site-packages/qrcode/image/pil.py" in <module>   5.     from PIL import Image, ImageDraw  During handling of the above exception (No module named 'PIL'), another exception occurred:  File "/usr/local/lib/python3.6/dist-packages/django/core/handlers/exception.py" in inner   34.             response = get_response(request)  File "/usr/local/lib/python3.6/dist-packages/django/core/handlers/base.py" in _get_response   115.                 response = self.process_exception_by_middleware(e, request)  File "/usr/local/lib/python3.6/dist-packages/django/core/handlers/base.py" in _get_response   113.                 response = wrapped_callback(request, *callback_args, **callback_kwargs)  File "./door_visits/views.py" in ewm_view   29.         img = qr.make_image()  File "/home/ubuntu/.local/lib/python3.6/site-packages/qrcode/main.py" in make_image   296.                 from qrcode.image.pil import PilImage  File "/home/ubuntu/.local/lib/python3.6/site-packages/qrcode/image/pil.py" in <module>   7.     import Image  Exception Type: ModuleNotFoundError at /door_visits/visits/ Exception Value: No module named 'Image'

解决办法:

然后百度发现是没有安装pillow的原因,然后我pip pillow:

pip install Pillow

结果还是报错如下:

Command "/usr/bin/python3 -u -c "import setuptools, tokenize;__file__='/tmp/pip-build-9qm8s8pm/Pillow/setup.py';f=getattr(tokenize, 'open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compile(code, __file__, 'exec'))" install --record /tmp/pip-uz0mqqgw-record/install-record.txt --single-version-externally-managed --compile --user --prefix=" failed with error code 1 in /tmp/pip-build-9qm8s8pm/Pillow/

大概率是 没有更新pip的原因,更新pip然后再安装Pillow就行了

python -m pip install --upgrade pip #升级pip包
python3 -m pip install --upgrade pip
pip install Pillow

  • 1
    点赞
  • 1
    收藏
    觉得还不错? 一键收藏
  • 1
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

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

抵扣说明:

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

余额充值