pip - 如何在 windows 上的 python 3.4 版本中安装 requests 模块?

标签 pip python-3.4

我应该在命令提示符下使用什么命令在 python 3.4 版本中安装 requests 模块???

pip install requests



在 python 3.4 版本中安装 requests 模块没有用。因为在运行下面的脚本时,错误即将到来

ImportError:没有名为“请求”的模块

最佳答案

python -m pip install requestspy -m pip install requests

关于pip - 如何在 windows 上的 python 3.4 版本中安装 requests 模块?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/30536946/

相关文章:

amazon-web-services - 将 aws 可执行文件添加到操作系统的 PATH 环境变量 : needed every time?

python - 无法在 EC2(CentOS)上安装 psycopg 3

linux - 导入错误 : No module named matplotlib with matplotlib installed

python - 反向功能无法正常工作

python - 如何安装和使用PyXB? 'pxbgen' 无法识别

pip - windows10安装pip出错

python - Jupyter Notebook 无法识别 "import torch"

python - 为什么 python 3.4 中的 path.name() 给我 "TypeError: ' str' 对象不可调用”?

python - 在 Python 3.4 中重新加载模块

python - 无法在 Python 中定义函数