Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
这是我托管的python代码中的导入库heroku
heroku
import os from flask import Flask, render_template import sys, httplib2, json;
它显示错误ImportError: No module named httplib2??任何人都可以告诉我为什么会发生这种情况以及是否有任何纠正方法?
ImportError: No module named httplib2
httplib2模块安装了吗?
httplib2
尝试 pip install httplib2
pip install httplib2