AaronWard/covidify

No data shown

Closed this issue · 2 comments

I keep trying to access data but it alternates between telling me covidify isn't a real command and I don't have access.

jordan@jordan-HP-EliteBook-8560w:~$ covidify run --source=git
MESSAGE: No country specified, defaulting to global cases
MESSAGE: No output directory given, defaulting to /Users/jordan/Desktop/
mkdir: cannot create directory ‘/Users’: Permission denied

jordan@jordan-HP-EliteBook-8560w:~$ covidify run --output=/Users/award40/Documents/projects-folder --source=git
MESSAGE: No country specified, defaulting to global cases
mkdir: cannot create directory ‘/Users’: Permission denied

Firstly, What OS are you using? do you have admin access on your own machine?
Also, are you using a conda environment?

For the second one: Its because you are using my username in the path, change this to your own user
/Users/award40/Documents/projects-folder

Closing due to inactivity