No module named Image

前端 未结 5 1434
心在旅途
心在旅途 2020-12-13 19:10

Sorry for my grammar, I don\'t speak English. After I set filebrowser, tinymce, and grappelli, I get this error: No module named Image

try:
             


        
5条回答
  •  时光说笑
    2020-12-13 19:25

    You can this query:

    pip install image 
    

    I had pillow installed, and still, I got the error that you mentioned. But after I executed the above command, the error vanished. And My program worked perfectly.

提交回复
热议问题