AaronWard / covidify

Covidify - corona virus report and dataset generator for python 📈 [no longer being updated]
MIT License
446 stars 113 forks source link

ImportError: No module named covidify.sources #18

Closed ufo56 closed 4 years ago

ufo56 commented 4 years ago

Hi

Im getting this error

`# covidify run --source=git --output=/root/map/ --country="Sweden"

Job arguments:

ENV: /usr/local/lib/python3.6/site-packages/covidify OUTPUT FOLDER: /root/map/ DATA SOURCE: git COUNTRIES: Sweden

Data Extraction

Traceback (most recent call last): File "/usr/local/lib/python3.6/site-packages/covidify/data_prep.py", line 22, in from covidify.sources import github, wiki ImportError: No module named covidify.sources`

EDIT: Nevermind, working. Changed default python on pipeline.sh to python3.6