Free-Games
Free-Games copied to clipboard
No module named 'dotenv'
When running the python script I get the error below. Have tried installing dotenv again and it says Successfully installed python-dotenv-0.19.0 but still doesn't work.
Traceback (most recent call last): File "Free_Games.py", line 5, in <module> from dotenv import load_dotenv ImportError: No module named 'dotenv'
Any suggestions?