python - 当创建/选择新项目和新解释器时,Pycharm 会做什么? (骨骼?)

标签 python pycharm

因此,除了索引之外,当我创建一个新项目并选择 conda 解释器时,还会启动更多需要数小时的进程。下面是一个快照。这些过程是什么?完成后它们会占用空间吗?

enter image description here

最佳答案

PyCharm 运行 generator3.py用于构造二进制模块的 Python stub 的脚本(来自 <pycharm_installation_folder>\helpers\ ),请参阅 ~\.PyCharm<VERSION>\system\python_stubs\... 。这样 IDE 将能够为它们显示相关的完成。

有一个想法是使用 PyCharm 为 Anaconda 预生成和捆绑 stub ,目前正在开发中 https://youtrack.jetbrains.com/issue/PY-34604但还没有准备好。

如果您不需要基本 Anaconda 中的所有内容 - 尝试 conda 环境并仅安装要求。这样 IDE 的工作量就会减少。

关于python - 当创建/选择新项目和新解释器时,Pycharm 会做什么? (骨骼?),我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/56948294/

相关文章:

python - 如何处理 Python 扩展上的 uint8_t?

python - tensorflow.keras.losses.cosine_similarity 在 TensorFlow 1.15 中返回正值

python - 使用 matplotlib 的动画交互式绘图

intellij-idea - Intellij : how to get svn url of a file

python - PyCharm:如何运行 behave.exe?

PyCharm PEP8 保存时

python - 如何从字符串中提取子字符串,避免包含分隔符?

python - 如何在 3D hist python/matplotlib 中自定义轴

python - [PyCharm] : detach debugger from cosole

django - Django 'runserver'命令产生错误