Home
IDEs Support (IntelliJ Platform) | JetBrains
Contact Support
Community
English (United States)
简体中文
Sign in
Matt
Total activity
11
Last activity
September 01, 2021 17:29
Member since
May 05, 2021 14:24
Following
0 users
Followed by
0 users
Votes
1
Subscriptions
2
Activity overview
Posts (2)
Comments (6)
Sort by recent activity
Recent activity
Votes
Created
September 01, 2021 17:29
Last update from me. These are the lines that break everything. I noticed this when upgrading back to 2021.2.1 and then autocompletion was broken. I saw I had committed this change while tracking t...
Community
PyCharm
Interpreter configuration missing stdlib...
0 votes
Edited
September 01, 2021 15:56
So if I: move the base interpreter path out of the project folder create a venv run Pycharm and add the venv as an interpreter -- THINGS WORK -- then close Pycharm delete the venv move the base in...
Community
PyCharm
Interpreter configuration missing stdlib...
0 votes
Created
September 01, 2021 15:31
I have narrowed it down to when the base interpreter resides in the project directory tree then everything goes to shit. My process of elimination was: cd project_root/rd -r -fo .venvrd -r -fo .ide...
Community
PyCharm
Interpreter configuration missing stdlib...
0 votes
Created
September 01, 2021 15:02
OK, some progress. I have found that if I move the base Python installation _out of the project root_ (so not in the _deps folder), the interpreter gets added like it should! A small head scratcher...
Community
PyCharm
Interpreter configuration missing stdlib...
0 votes
Created
September 01, 2021 15:00
It seems to randomly add the 3 missing paths to my "Source Folders" in the project structure, but this doesn't end up working correctly either (most of the binary symbol detection fails completely ...
Community
PyCharm
Interpreter configuration missing stdlib...
0 votes
Created
May 10, 2021 09:23
Hi Andrey, Thanks to your questions about the project interpreter I started to dig and I found something that looked off. I have my interpreter junction'ed into the project root, and I also have my...
Community
PyCharm
Code inspection broken (type hints) for range()
0 votes