【发布时间】:2018-10-17 16:26:10
【问题描述】:
当我使用 AppEngine 开发服务器时,它无法导入 matplotlib,尽管它已安装。
$ python -V
Python 2.7.15
$ pip show matplotlib
Name: matplotlib
Version: 1.2.0
我得到的错误:
import matplotlib.pyplot as plt
ImportError: No module named matplotlib.pyplot
我浏览了文档页面here,它说不支持“实验”版本。 哪个版本的 matplotlib 被认为是实验性的?虽然我使用的是与内置 matplotlib 相同的版本,但似乎也有同样的问题。是否可以将 matplotlib 与 AppEngine 开发服务器一起使用?
【问题讨论】:
标签: google-app-engine matplotlib google-app-engine-python