Search Criteria
Package Details: python-rasterio 1.5.0-1
Package Actions
| Git Clone URL: | https://aur.archlinux.org/python-rasterio.git (read-only, click to copy) |
|---|---|
| Package Base: | python-rasterio |
| Description: | Fast and direct raster I/O for use with NumPy |
| Upstream URL: | https://github.com/rasterio/rasterio |
| Licenses: | BSD-3-Clause |
| Submitter: | lazyboy |
| Maintainer: | carlosal1015 |
| Last Packager: | carlosal1015 |
| Votes: | 7 |
| Popularity: | 0.000003 |
| First Submitted: | 2017-01-28 16:54 (UTC) |
| Last Updated: | 2026-01-16 00:15 (UTC) |
Dependencies (16)
- gdal (gdal-hdf4AUR, gdal-libkml-filegdbAUR, gdal-libkmlAUR, gdal-ecwAUR)
- python-affineAUR
- python-attrs (python-attrs-gitAUR)
- python-certifi
- python-click
- python-cligj
- python-numpy (python-numpy-gitAUR, python-numpy-mkl-binAUR, python-numpy1AUR, python-numpy-mkl-tbbAUR, python-numpy-mklAUR)
- python-pyparsing
- cython (cython-gitAUR) (make)
- python-build (make)
- python-installer (make)
- python-setuptools (make)
- ipython (ipython-gitAUR) (optional) – for ipython support
- python-boto3 (python-boto3-gitAUR) (optional) – for s3 support
- python-matplotlib (python-matplotlib-gitAUR) (optional) – for plotting support
- python-swiftclient (optional) – for OpenStack support
Required by (14)
- bother
- flatcam-git
- flatcam-qt6
- pyresample (optional)
- python-contextily
- python-earthpy
- python-geoalchemy2 (check)
- python-osmnx (optional)
- python-photutils (make)
- python-photutils (optional)
- python-photutils-doc (make)
- python-rio-cogeo
- python-rioxarray
- python-segment-geospatial
Latest Comments
« First ‹ Previous 1 2
carlosal1015 commented on 2023-02-14 17:04 (UTC)
Hi @sedot, thanks for providing the full log, look to line 566, it looks like there are python modules installed with pip and other system-wide with pacman. it frequently leads to incompatibilities [1], if you want python-rasterio to work fine you should depend on the packages installed by pacman, you could take a look. If this is not enough tomorrow I will disable the check() function. Have a nice day.
[1] https://bbs.archlinux.org/viewtopic.php?id=237197
sedot commented on 2023-02-14 13:49 (UTC) (edited on 2023-02-14 13:49 (UTC) by sedot)
Hi and thanks for this package. Since 1.3.6-1, the check() function during build fails for me. Here are my logs: https://pastebin.com/yTYrHf6c
bcb commented on 2022-07-25 13:29 (UTC)
If you start getting an error
undefined symbol: VSIAllocFilesystemPluginCallbacksStructit is due to a bug with GDAL 3.5.0: https://github.com/rasterio/rasterio/issues/2507It is fixed with GDAL 3.5.1, either wait until the repository package has been updated or build your own local copy of 3.5.1.
simon04 commented on 2021-06-21 19:57 (UTC)
@XavierCLL, thank you for the pointer. Done in 1.2.4-2.
Xavier commented on 2021-06-16 01:11 (UTC)
Hi Simon, please add
python-certifitodependsit is necessary for some rasterio commands such asrio, see more: https://github.com/mapbox/rasterio/blob/master/setup.py#L257juseg commented on 2019-07-10 07:53 (UTC)
The error shows on my system too, but the real issue is that Rasterio is not yet compatible with GDAL 3. After downgrade to GDAL<3 the build works (without build_ext). See the later comments on https://github.com/mapbox/rasterio/issues/1711.
steinbuch commented on 2019-06-25 14:46 (UTC)
Dear Simon, there is an issue:
INFO:root:MANIFEST.in found, presume a repo, cythonizing... Traceback (most recent call last): File "setup.py", line 292, in <module> quiet=True, **cythonize_options) File "/usr/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 967, in cythonize aliases=aliases) File "/usr/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 812, in create_extension_list for file in nonempty(sorted(extended_iglob(filepattern)), "'%s' doesn't match any files" % filepattern): File "/usr/lib/python3.7/site-packages/Cython/Build/Dependencies.py", line 111, in nonempty raise ValueError(error_msg) ValueError: 'rasterio/_shim.pyx' doesn't match any files
https://github.com/mapbox/rasterio/issues/1711 says to add a "python setup.py build_ext" step
adsun commented on 2018-12-21 21:41 (UTC)
Please update .SRCINFO
« First ‹ Previous 1 2