-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
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
Source demographic data from UN Population API #4
Comments
Linking pull request: #7 |
I'm documenting an issue and fix I ran into when connecting to the UN Population API. On any conda environment except for (base), I was getting an SSL error when trying to download from the API. To replicate from within conda, run these in a python prompt: If you do this in the base environment, it should work fine. If you switch to another environment it fails with an SSL error: What I think is happening: I will test further to see the latest version of openssl that will still work with the UN site. We may consider adding a version of openssl to the environment.yml file (#15) @sarvonz Please test this |
This is confirmed on the Mac installation and I'm suggesting a change to the installation instructions to require openssl version 1.1.1. Still need to confirm this on a Windows installation. |
Update alpha_T, alpha_G, and initial guesses
Update demographics.py to use demographic data from UN Population API
Also define the base (start) year.
The text was updated successfully, but these errors were encountered: