-
-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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
GDAL python bindings not able to install from last week to this week, what happens? #4467
Comments
I'm not sure why you get this error. https://pypi.org/project/GDAL/3.0.4/ is still there and we haven't touch it. |
You will need to start pinning setuptools to 57.5.0 for gdal 3.0.4 going forward. |
Thanks @piyushrpt this solved the issue ! |
Any plans to move away from |
It is no longer used since 36b6ccd in GDAL 3.3 |
I am having a Dockerfile:
And requirements.txt:
Last week installation was no problem. Today I am receiving the following issue:
Message tells me that 3.0.4 is available and not. What to do?
The text was updated successfully, but these errors were encountered: