Package Details: python-rasterio 1.3.6-2

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 and SciPy
Upstream URL: https://github.com/rasterio/rasterio
Licenses: custom
Submitter: lazyboy
Maintainer: carlosal1015
Last Packager: carlosal1015
Votes: 4
Popularity: 0.30
First Submitted: 2017-01-28 16:54 (UTC)
Last Updated: 2023-02-15 16:13 (UTC)

Latest Comments

sedot commented on 2023-02-15 12:30 (UTC)

Hi @carlosal1015, thanks for the comments. When using a system-wide version of boto3 this error still occurs.

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: VSIAllocFilesystemPluginCallbacksStruct it is due to a bug with GDAL 3.5.0: https://github.com/rasterio/rasterio/issues/2507

It 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-certifi to depends it is necessary for some rasterio commands such as rio, see more: https://github.com/mapbox/rasterio/blob/master/setup.py#L257

juseg 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