We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi there I'm unable to activate the API key on windows CMD. I've tried
export CENSUS_API_KEY=......
Also to no avail below command. As is states API key not present.
censusdatadownloader --year 2018 --data-dir data/external/ race counties
Where should I add the API key in the query above?
The text was updated successfully, but these errors were encountered:
I struggled with this for a few hours myself. If you are using the cmd prompt and a package like Anaconda3, try:
set CENSUS_API_KEY=
this will permanently set the variable CENSUS_API_KEY in your environment. I use Anaconda3 and this worked perfectly
Sorry, something went wrong.
No branches or pull requests
Hi there I'm unable to activate the API key on windows CMD.
I've tried
Also to no avail below command. As is states API key not present.
Where should I add the API key in the query above?
The text was updated successfully, but these errors were encountered: