UI and Usability: Python Interpreters Lost in Parts of New Project UI

 

New version of pycharm seems to have lost track of system interpreters and virtual environments from some parts of the UI but not others.

When creating a new project, there are no previous venvs. But once within a project, it will find them

 

I think the screen shots have told the story, and yes, of course, have invalidated the cache. Any ideas?

 

PyCharm 2020.3 (Professional Edition)
Build #PY-203.5981.165, built on December 12, 2020
Licensed to XXXXXXXXXXXXXXXX
Subscription is active until October 7, 2021
Runtime version: 11.0.9+11-b1145.21 amd64
VM: OpenJDK 64-Bit Server VM by JetBrains s.r.o.
Windows 10 10.0
GC: ParNew, ConcurrentMarkSweep
Memory: 4062M
Cores: 4
Registry: documentation.show.toolbar=true, debugger.watches.in.variables=false, localHistory.daysToKeep=20, ide.balloon.shadow.size=0
Non-Bundled Plugins: GrepConsole, Key Promoter X, String Manipulation, com.intellij.apacheConfig, com.intellij.ideolog, com.jetbrains.darkPurpleTheme, com.tylerthrailkill.intellij.solarized, net.vektah.codeglance, zielu.gittoolbox, com.atlassian.bitbucket.references, com.intellij.plugin.adernov.powershell, NodeJS, com.intellij.plugins.html.instantEditing, org.jetbrains.plugins.vue, com.jetbrains.intellij.datalore, R4Intellij, aws.toolkit, ru.adelf.idea.dotenv

 

==========

==========

 

==========

==========

 

0

Hello,

It is expected that you don't see the existing virtualenvs unless you clicked Make available to all projects during its creation. You can change it later on:

However, the Add Python Interpreter dialog for the virtualenv looks very strange in your case.

Could you disable all 3rd party plugins, restart PyCharm and see how it goes?
If the problem remains, check if idea.log has anything related or report it to https://youtrack.jetbrains.com/issues/PY and attach it to the ticket so we can take a look.

0

Also, your system interpreters are installed into a non-standard location and it may be the reason PyCharm couldn't find them as it cannot scan your whole system.

0

Been using for years, this is a firs time I did not have access to my venvs or anything else (same python set up btw, same machine too).

 

No joy btw, after disabling all enabled plugins (oh my... lol. screenshotted it all to reenalbe them)

 

Will submit to support. Thanks

 

 

 

0

请先登录再写评论。