Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pycharm and the python-decouple package #136

Closed
cicerohr opened this issue May 16, 2022 · 2 comments
Closed

Pycharm and the python-decouple package #136

cicerohr opened this issue May 16, 2022 · 2 comments

Comments

@cicerohr
Copy link

This is not a package issue, but it occurred in the Pycharm IDE and Python 3.10, where despite the package being manually listed in the requirements.txt file, the IDE warns that the package is not.

The screenshot below shows that the IDE is looking for the package \venv\Lib\site-packages\decouple.py

Again, this is not really a problem, but just a report of IDE behavior.

Any idea?

By the way, thank you very much for developing this package.

pycharm_decouple

@aqeelat
Copy link

aqeelat commented Nov 29, 2022

I'm having this issue with most packages that have a module name that's different than the package name. In this case, the package name is python-decouple, but the module name is decouple. Did you raise this issue with jetbrains?

@henriquebastos
Copy link
Collaborator

@cicerohr I use PyCharm and never had this problem. Check if maybe you have installed the decouple library instead of python-decouple.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants