when I try importing load_dotenv from dotenv I get the error ModuleNotFoundError: No module named 'dotenv'
Tho I already installed dotenv with py -m pip install python-dotenv
If I try running that command again I simply get
Requirement already satisfied: python-dotenv in c:\users\[my name]\appdata\local\programs\python\python310\lib\site-packages (0.19.2)
So it should be installed, shouldn't it? Have no idea what could be the issue here.