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
I am using image version wrfhydro/training:v5.2.0-rc1.
On startup, it will throw a bunch of requests.exceptions.MissingSchema exceptions when trying to download files from google drive.
requests.exceptions.MissingSchema
It seems that the default gdown version is too old. After upgrade gdown to the latest version, I can successfully download the files.
gdown
The text was updated successfully, but these errors were encountered:
And maybe other python libs like whiteboxtool, the old version will throw a 404 error when first imported. It is used in GIS_training
Sorry, something went wrong.
No branches or pull requests
I am using image version wrfhydro/training:v5.2.0-rc1.
On startup, it will throw a bunch of
requests.exceptions.MissingSchema
exceptions when trying to download files from google drive.It seems that the default
gdown
version is too old. After upgrade gdown to the latest version, I can successfully download the files.The text was updated successfully, but these errors were encountered: