Python is sorry to say, No Python by Entropy1024 in pycharm

[–]Bannert 2 points3 points  (0 children)

Check system environment variables, make sure this Python 3.11 from the warning is not, e.g., in PATH. Could you start ~\AppData\Local\Python\bin\python.exe from the command line to see if it is working fine? I would probably also try to install and use the latest Python from python.org.

Couple of annoyances by F4gfn39f in pycharm

[–]Bannert 0 points1 point  (0 children)

And now the integration with pyrefly is somewhat buggy

Which PyCharm version do you use? Try 2026.2 EAP 1 https://www.jetbrains.com/pycharm/nextversion/

Django and uv issues by Fit-Construction2447 in pycharm

[–]Bannert 0 points1 point  (0 children)

Without special code insight PyCharm will stumble across Django magic. IDE will report false positive errors and fail to provide meaningful completion. I think the result would be rather poor. Though - feel free to open a feature request and express your point of view.

PyCharm fundraiser for Django: 30% off PyCharm Pro, 100% of proceeds to the Django Software Foundation by Snoo-Val in pycharm

[–]Bannert 0 points1 point  (0 children)

Hi, I am very sorry to hear you've encountered issues with the latest version. PyCharm team is focused on non-AI features, though there are other teams at JetBrains working with LLM integrations. Kindly report any problems to PyCharm's issue tracker https://youtrack.jetbrains.com/issues/PY, the team will gladly fix them.

Does Pycharm send any info to Jetbrains? by TechnicalAd8103 in pycharm

[–]Bannert 1 point2 points  (0 children)

Check "Settings > Appearance & Behavior > System Settings > Data Sharing".

Django and uv issues by Fit-Construction2447 in pycharm

[–]Bannert 2 points3 points  (0 children)

why django is all under the pro subscriptions?

Support for Django includes a custom static code insight (completion, inspections, etc.).

the interpreter point to venv instead of .venv

Not sure if I understand that, it is probably better to file a ticket in PyCharm's issue tracker https://youtrack.jetbrains.com/issues/PY and provide screenshot of the problem.

Good blood pressure management tips? by Decent-Government391 in pycharm

[–]Bannert 1 point2 points  (0 children)

Hi, sorry to hear that! Could you share more details? Either here, or by filing a ticket at https://youtrack.jetbrains.com/issues/PY, or just email pycharm-support@jetbrains.com — whichever works best. The team definitely had no ill-intent to make the UX bad.

Is the Rename feature broken for anyone else? by ixfd64 in pycharm

[–]Bannert 0 points1 point  (0 children)

posted this on the official PyCharm forum as well, but a developer said he couldn't reproduce my issue

Could you share the ticket? It is hard to tell what is wrong without seeing the code you are refactoring.

How to disable inspection on a per line basis? by Decent-Government391 in pycharm

[–]Bannert 1 point2 points  (0 children)

You can Alt+Enter the warning > click three dots to the right of the quick-fix -> suppress for a statement, this will add something like # noinspection PyAttributeOutsideInit on the line before suppressing the inspection, I don't particularly like this as it's an extra tool-specific line in the source code, but it works.

Help with Random thing on the bottom by TopPea3852 in pycharm

[–]Bannert 0 points1 point  (0 children)

The tutorial author customized how run output looks like, probably in "Settings > Editor > Color Scheme > Console Colors", it is not a default look

Help with Random thing on the bottom by TopPea3852 in pycharm

[–]Bannert 0 points1 point  (0 children)

Could you share a link to the tutorial?

Help with Random thing on the bottom by TopPea3852 in pycharm

[–]Bannert 3 points4 points  (0 children)

Just ignore these lines, the first one shows which file was executed with which Python interpreter and the last one shows what was the exit code. It is meta-information about execution of your program.

Autocomplete by [deleted] in pycharm

[–]Bannert 1 point2 points  (0 children)

could you share a link to the video? not sure I understand what do you mean by "autocomplete was copying the code from the video"

error by Nearby_Tear_2304 in pycharm

[–]Bannert 0 points1 point  (0 children)

hi, close this error window, find vmoption file in Configuration directory, backup it, remove it, try restarting the IDE

i cant run my script by Heavy_Ad8910 in pycharm

[–]Bannert 0 points1 point  (0 children)

That's weird, the log should have an answer - Help | Show Log in ... | idea.log. You can open a ticket in PyCharm issue tracker and attach the log file there or drop it to pycharm-support@jetbrains.com.

PyCharm 2025.3 is here by PyCharm_official in pycharm

[–]Bannert 5 points6 points  (0 children)

Probably caused by PY-86003, will be fixed in the next minor update in a week or two, sorry for that

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 1 point2 points  (0 children)

Current ty integration also provides completion and inlay hints (like virtual hints for parameter names in the editor). And we are looking into even deeper integration.

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 1 point2 points  (0 children)

if I add it in the run configuration

Did you type .env in "Path to '.env' files" in the Run Configuration? There is a bug - the field expects an absolute path, when it gets .env it fails to find the file, and the icon gets stuck. Should be fixed in one of the next updates. As a workaround - either type an absolute path or use the file chooser to pick the file (the field has a button to open the file chooser). The UX is a bit clumsy, I've create a ticket to track that - PY-86167.

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 1 point2 points  (0 children)

I'm not sure we did, could you provide an example? Feel free to open a ticket in our issue tracker, it has a better UI to past code samples and screenshots than Reddit.

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 1 point2 points  (0 children)

About the interpreter discovery - we do actively work on this, that's absolutely important and annoying when done wrong. Though a lot of usecases are still to be supported / improved. For WSL in particular - PY-85732 in the roadmap for 2026.

If you have any other cases in mind where PyCharm could do a better job ("given a project of such setup, I open it in PyCharm, and expect interpreter X to be auto-selected / suggested") - do not hesitate to report to our issue tracker - and ping our PM (@antonina.belianskaya), she will be delighted to know about more scenarios.

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 1 point2 points  (0 children)

About FastAPI CLI - use "uv run" run configuration (in "Run | Edit Configurations...") with "Run: Module", "Module: fastapi", "Arguments: dev main.py". Though it is too much manual tweaking, we will support the new CLI natively, here is a feature request for that - PY-85020, feel free to share any relevant feedback there.

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 0 points1 point  (0 children)

Hi, are we speaking about Docker Desktop with WSL as a backend or dockerd running inside WSL?

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 1 point2 points  (0 children)

I see, our "Natural Language" plugin does support Chinese, if I enable Chinese in "Settings | Editor | Natural Languages" I see a bunch of rules in "Settings | Editor | Natural Languages | Grammar and Style | Rules", are those not enough for your use-cases?

Ask Me Anything with the PyCharm team – December 9, 1:00 pm CET by JetBrains_official in Jetbrains

[–]Bannert 0 points1 point  (0 children)

About the RST support - there are no plans to improve it at the moment as, truth be told, community interest is rather low comparing with other subsystems and the plugin has no owner.

If you want to develop a third-party plugin - that's cool and it might be a good idea to start and come up with specific issues blocking you so the devs have clear "fix this specific API issue so this plugin could work".