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
If we do (with rasterio==1.3.11):
rasterio==1.3.11
from rasterio.crs import CRS CRS.from_epsg(3857)
It raises:
This is because latest rasterio==1.3.11 uses latest proj==9.4.1 version and sepal has pinned the latest available version of proj for this jammy:
proj==9.4.1
proj
sepal-user@sepal:~$ apt-cache madison gdal-bin gdal-bin | 3.8.4+dfsg-1~jammy0 | https://ppa.launchpadcontent.net/ubuntugis/ubuntugis-unstable/ubuntu jammy/main amd64 Packages gdal-bin | 3.4.1+dfsg-1build4 | http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages sepal-user@sepal:~$ apt-cache madison proj-bin proj-bin | 9.3.1-1~jammy0 | https://ppa.launchpadcontent.net/ubuntugis/ubuntugis-unstable/ubuntu jammy/main amd64 Packages proj-bin | 8.2.1-1 | http://archive.ubuntu.com/ubuntu jammy/universe amd64 Packages
We should pin rasterio<1.3.11 and / or wait if at some point there's a new version of gdal-bin for jammy...
rasterio<1.3.11
The text was updated successfully, but these errors were encountered:
update sepal_ui and pin openforis/sepal#328
2294fb6
pin rasterio #328
550a244
No branches or pull requests
If we do (with
rasterio==1.3.11
):It raises:
This is because latest
rasterio==1.3.11
uses latestproj==9.4.1
version and sepal has pinned the latest available version ofproj
for this jammy:We should pin
rasterio<1.3.11
and / or wait if at some point there's a new version of gdal-bin for jammy...The text was updated successfully, but these errors were encountered: