TIL if you install dotenv in python with "pip install dotenv" you run into an error which is just unexplicably lame. All you have to do is "pip install python-dotenv" instead. Cool.