Package Details: python-rasterio 1.3.10-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: 5
Popularity: 0.77
First Submitted: 2017-01-28 16:54 (UTC)
Last Updated: 2024-04-12 22:10 (UTC)

Latest Comments

1 2 Next › Last »

MarsSeed commented on 2023-12-09 14:52 (UTC)

@carlosal1015, thank you. Please be aware that you have to increase the pkgrel (from 1 to 2 in current case) every time you make a meaningful change to PKGBUILD without changing the pkgver.

Without pkgrel bump, the new optdepend (python-swiftclient) will not show up for user installations when they check for AUR updates, and nor will third-party binary repositories' CI system pick this update up.

MarsSeed commented on 2023-12-08 09:13 (UTC)

Please kindly add python-swiftclient as an optional dependency, for OpenStack support. Thank you for maintaining!

RottenSchnitzel commented on 2023-11-25 13:47 (UTC)

Fails to install because the dependency python-snuggs has broken tests (test_snuggs.py fails at three instances).

ve7it commented on 2023-07-02 19:46 (UTC) (edited on 2023-07-02 20:15 (UTC) by ve7it)

This package is pulled in by building flatcam-qt6 package.
It appears the sha512sum is incorrect for the python-rasterio package.
build errors shown below:
Building python-rasterio...
==> Making package: python-rasterio 1.3.8-1 (Sun 02 Jul 2023 12:41:51 PM)
==> Checking runtime dependencies...
==> Checking buildtime dependencies...
==> Retrieving sources...
-> Found rasterio-1.3.8.tar.gz
==> Validating source files with sha512sums...
rasterio-1.3.8.tar.gz ... FAILED
==> ERROR: One or more files did not pass the validity check!
Failed to build python-rasterio

SOLUTION: problem resolved by editing build file and setting sha512sum to
'7dab624ba22eb441953165729e7716243a79f1ba93f1f74046e16d15fe3d692822c35f754f5e26edd80e4b95ea062967e94a6c99ca614b7dbfa39ce962a3d43c'

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