我已经安装了降价使用
pip install markdown
在一个virutalenv 项目中,运行 pip freeze 显示它已安装。
但是尝试使用它时出现以下错误
import markdown
ImportError: No module named markdown
该应用程序正在使用谷歌应用程序引擎。将其添加到 app.yml 为
libraries:
- name: webapp2
version: latest
- name: jinja2
version: latest
给我
raise yaml_errors.EventError(e, event_object)
google.appengine.api.yaml_errors.EventError: the library "markdown" is not supported