Windows, Visual studio, django. I tried to install python-dotenv: https://pypi.org/project/python-dotenv/#getting-started.
But when I want to import this command, I get error: Import "dotenv" could not be resolvedPylancereportMissingImports.
I made such imports: (venv) PS C:\Users... pip3 install python-dotenv Requirement already satisfied: python-dotenv in c:\users...\venv\lib\site-packages (0.19.0).
But import doesn't work. What can be wrong?