gpt4 book ai didi

python - pydev 导入请求给出错误 unresolved import : requests

转载 作者:太空宇宙 更新时间:2023-11-04 05:32:07 25 4
gpt4 key购买 nike

我是 pydev (eclipse) 中的 python 新手。我正在尝试导入请求并收到错误消息:

import requests

错误:

unresolved import: requests

在终端我试过:

pip install requests 

它说

Requirement already satisfied

运行 brew doctor 时也没有错误或警告。我错过了什么?

最佳答案

问题是 pydev 指向的 Python 与安装了 requests 模块的终端中的默认 python 不同。

修复方法是转到首选项 -> pydev -> pydev 解释器 -> 单击 python(错误的 python 路径)并删除,然后单击新建以添加 brew 安装的正确 python。要查找 brew 安装的 python 路径,请在终端中输入 which python)。

关于python - pydev 导入请求给出错误 unresolved import : requests,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/36848106/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com