我已将我的django应用程序加载到Pythonanywhere上,当我运行我的函数时,我了解到自从我投入生产后无法通过Admin上传图像。我收到了这个错误:
Neither Pillow nor PIL could be imported: No module named 'Image'
以前的经验意味着没有安装Pillow。所以我打开了一个bash控制台并运行了
pip3 install --user Pillow
它说它安装正确,我做了重新加载我的应用但它仍然无法正常工作 (同样的错误)。出了什么问题?
提前致谢,康纳
另外,我确实在他们的论坛上看到了这个问题:https://www.pythonanywhere.com/forums/topic/1247/
更新: 尝试卸载Pillow并重新安装,然后重新启动Web服务器。仍然没有工作。