Package Details: python-rasterio 1.3.11-1

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: 6
Popularity: 0.34
First Submitted: 2017-01-28 16:54 (UTC)
Last Updated: 2024-09-05 17:26 (UTC)

Latest Comments

« First ‹ Previous 1 2

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