You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I believe I'm also seeing this error, though not in as concisely tested a module: the behavior which I am seeing is that when EnvFile is enabled, python seems to lose awareness of the project source roots. The configured source roots are visible in os.environ['PYTHONPATH'] and sys.path, but do not seem to be traversed by Python when looking for modules (ModuleNotFoundError). Disabling/unchecking EnvFile resolves this issue (but doesn't allow the convenient import of envfile variables)
Steps to recreate:
temp.t1.py
) that creates a methodThis error is new as of today
PyCharm 2023.1.4 (Professional Edition)
The text was updated successfully, but these errors were encountered: