美文网首页
Python 已安装Pillow(PIL),正确import,运

Python 已安装Pillow(PIL),正确import,运

作者: W1z4rd101 | 来源:发表于2020-02-09 18:26 被阅读0次

    刚开始搞得我还挺疑惑,昨天还好好的怎么今天就出问题了,我寻思应该是今天下载了一些杂七杂八的东西影响了PyCharm,找半天没找出问题。

    无果,百度。遂发现有类似情况,解决办法是删除原来的Pillow,重新安装。

    pip uninstall pillow

    pip install pillow

    相关文章

      网友评论

          本文标题:Python 已安装Pillow(PIL),正确import,运

          本文链接:https://www.haomeiwen.com/subject/qyenxhtx.html