PyCharm interpreter is recognizing my packages from venv:
(Django is installed in my virtual environment).
I am even allowed to navigate through it (ctrl+click):
But the imports are broken! When I try to auto import classes that are recognized by the interpreter, they don't appear as an auto-import option if they are inside my virtualenv:
I mean, if I manually import that class, the interpreter will recognize it, but the autoimport won't show it as an option. What's happening?
Also, my python interpreter is properly configured:
This is Ubuntu 22.04.1 and PyCharm 2022.2.3
try to mark your virtualenv folder as excluded
https://www.jetbrains.com/help/pycharm/configuring-project-structure.html
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With