gpt4 book ai didi

python - 在 virtualenv 中使用解释器时,IntelliJ IDEA 14 无法识别 Python 内置类型

转载 作者:太空狗 更新时间:2023-10-30 01:21:54 26 4
gpt4 key购买 nike

我在 OSX 上使用 IntelliJ IDEA 14 开发一个使用虚拟环境的 Python 项目。该程序在终端中和在 IDEA 中使用运行命令都运行良好,但它无法识别 Python 内置类型和函数。

IDEA is not recognising Python built in types and functions

我按照以下步骤创建了虚拟环境并将其添加到我的项目结构中,根据我阅读的帖子,这应该有效,但我无法弄清楚出了什么问题。

  1. venv 中添加 Python 作为项目 SDK。

Added Python in <code>venv</code> as the Project SDK

  1. venv 中添加 Python 作为模块中的 Python 解释器。

Added Python in <code>venv</code> as Python interpreter in Modules.

  1. venv 中添加了 Python 作为 Facets 中的 Python 解释器。

Added Python in <code>venv</code> as the Python interpreter in Facets.

  1. 确保合适的 Python 解释器是所选的 SDK。

Ensured that the appropriate Python interpreter is the selected SDK.

  1. 这些是全局库。

These are the global libraries

[更新]

根据以下评论之一,我从头开始重新创建了虚拟环境。现在可以识别 Python 的内置类型,但不能识别 venv 文件夹中的库。

Error importing modules.

Modules.

最佳答案

您需要将Python 2.7.x 解释器库 放入您的python 模块的依赖项中。仅有 python SDK 是不够的。

关于python - 在 virtualenv 中使用解释器时,IntelliJ IDEA 14 无法识别 Python 内置类型,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/28280153/

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