I have an error when running one of my projects, and it is very strange. What happens is this:
File "src/run.py", line 4, in <module>
from dotenv import load_dotenv, find_dotenv
ImportError: No module named dotenv
The strange thing is that I have installed python-dotenv. This is the fourth line:
from dotenv import load_dotenv, find_dotenv
Does anyone know how to fix this? Running High Sierra with python 2.7.