danmedani / pager_duty_stats

Gathering and Aggregating Pager Duty Statistics
MIT License
1 stars 0 forks source link

python-dotenv and requests package didn't install after running make init #64

Open jzhao156 opened 3 years ago

jzhao156 commented 3 years ago

After spinning this up I ran into ModuleNotFoundError: No module named 'requests' as well as ModuleNotFoundError: No module named 'dotenv'

Running pip install python-dotenv and pip install requests solved the issue but its strange that they didn't get installed as they're listed in requirements.txt 🤷

danmedani commented 3 years ago

Weird, lemme take a look. Trying to get this puppy back online.