Search Criteria
Package Details: python-rasterio 1.2.0-1
Git Clone URL: | https://aur.archlinux.org/python-rasterio.git (read-only, click to copy) |
---|---|
Package Base: | python-rasterio |
Description: | Python library for reading and writing geospatial raster data. |
Upstream URL: | https://rasterio.readthedocs.io/en/stable/ |
Licenses: | |
Submitter: | lazyboy |
Maintainer: | simon04 |
Last Packager: | simon04 |
Votes: | 2 |
Popularity: | 0.64 |
First Submitted: | 2017-01-28 16:54 |
Last Updated: | 2021-01-31 20:38 |
Dependencies (13)
- gdal (gdal-curl, gdal-filegdb, gdal-hdf4, gdal-ecw)
- python (python-dbg)
- python-affine
- python-attrs
- python-click-plugins
- python-cligj
- python-numpy (python-numpy-mkl-bin, python-numpy-openblas, python-numpy-git, python-numpy-mkl)
- python-snuggs
- cython (cython-kivy, cython-git) (make)
- python-boto3 (make)
- python-hypothesis (make)
- python-pytest (make)
- python-setuptools (make)
Latest Comments
juseg commented on 2019-07-10 07:53
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
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
Please update .SRCINFO