简体   繁体   English

Pycharm中的“更新Python解释器”。 这是什么意思?

[英]“Updating Python Interpreter” in Pycharm. What does it mean?

I notice that the bottom of my Pycharm IDE shows that there are 2 processes running. 我注意到我的Pycharm IDE的底部显示有2个进程正在运行。 When I click on it, a panel opens that says my Python interpreter is updating. 当我点击它时,会打开一个面板,说明我的Python解释器正在更新。

更新Python解释器面板Pycharm

I'm not quite sure what is being updated here: is it Python? 我不太确定这里有什么更新:它是Python吗? conda? 畅达? Other packages (since there seems to be a few packages eg panda, PyQT popping up under the installation bar)? 其他包(因为似乎有一些包,例如panda,PyQT在安装栏下弹出)?

This leads to my next question: how often will this keep happening, since this updating slows down my Pycharm quite a bit? 这导致了我的下一个问题:这种情况会持续多久发生,因为这种更新会使我的Pycharm相当慢一些? Also, does it mean that conda packages automatically update? 此外,这是否意味着conda包会自动更新? I'd always thought that you have to manually update them in the conda command prompt. 我一直认为你必须在conda命令提示符下手动更新它们。

When you change interpreter in pycharm , pycharm first update all of the pre-installed packages. 当你在pycharm中更改解释器时,pycharm首先更新所有预安装的包。 Because time to time many changes comes in packages, Pycharm take care of them. 因为包装中会不时发生很多变化,所以Pycharm会对它们进行处理。

Pycharm is NOT updating the remote interpreter. Pycharm 不会更新远程解释器。 See this discussion on the jetbrains feedback site . 请参阅jetbrains反馈网站上的此讨论

In short, the message is badly worded - what's actually happening is downloading remote libraries, which are used for pydoc, method signatures, looking at library code etc... 简而言之,这个消息措辞严厉 - 实际发生的是下载远程库,这些库用于pydoc,方法签名,查看库代码等...

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Pycharm中不显示Python解释器 - Python interpreter does not show in Pycharm sys模块是否构建在每个python解释器中是什么意思? - What does it mean that the sys module is built into every python interpreter? 无法在PyCharm中进行调试。 说“无项目解释器”,但已配置 - Unable to debug in PyCharm. Says “No project interpreter”, but it is configured PyCharm 中的 Python web 刮刀存在问题。 (初学者) - Problem with Python web scraper in PyCharm. (Beginner) 错误消息“assign the Animation to a variable”是由 VSC 发出的,而不是来自 Pycharm 的。错误意味着什么以及如何解决? - Error message "assign the Animation to a variable" is issued by VSC but not from Pycharm. What does the error means and how to solve it? 在pycharm中,V是什么意思? - In pycharm what does the V mean? PyCharm中的这个警告是什么意思? - What does this warning in PyCharm mean? 从PyCharm运行python脚本。 导入皮查姆 - Run python script from PyCharm. Import in Pycharm 反引号对python解释器意味着什么:`num` - What do backticks mean to the python interpreter: `num` 如何禁用 PyCharm 在启动时自动更新 Python 解释器 - How to disable PyCharm from automatically updating Python interpreter on startup
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM