Skip to content

Commit b6426a8

Browse files
committed
remove rasterio known issue - resolved in Python 3.14
1 parent 4e1fe60 commit b6426a8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.vscode/settings.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"python-envs.defaultEnvManager": "ms-python.python:venv",
2424
"python-envs.pythonProjects": [],
2525
"python.venvPath": "${userHome}/pygpsclient/bin/python3",
26-
"python.systemPath": "/usr/local/bin/python3.13",
26+
"python.systemPath": "/usr/local/bin/python3.14",
2727
"python.defaultInterpreterPath": "${userHome}/pygpsclient/bin/python3",
2828
//"python.defaultInterpreterPath": "C:/Users/steve/pygpsclient/Scripts/python.exe",
2929
"python.testing.unittestEnabled": false

README.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -433,9 +433,7 @@ For further details, refer to the `pygnssutils` homepage at [https://github.com/
433433

434434
3. Some Homebrew-installed Python environments on MacOS can give rise to critical segmentation errors (*illegal memory access*) when shell subprocesses are invoked, due to the way permissions are implemented. This may, for example, affect About..Update functionality; the workaround is to update via a standard CLI `pip install --upgrade` command.
435435

436-
4. Installing the optional `rasterio` package in some Python 3.14 environments (e.g. MacOS) may result in a [build dependency issue](https://github.com/semuconsulting/PyGPSClient/blob/master/INSTALLATION.md#sdist-vs-wheel) `ERROR: A GDAL API version must be specified. Provide a path to gdal-config using a GDAL_CONFIG environment variable or use a GDAL_VERSION environment variable`. This is due to a pre-compiled bdist (wheel) distribution not yet being available for Python 3.14 on these platforms. A [Python 3.14 bdist (wheel) distribution for rasterio is currently in progress](https://github.com/rasterio/rasterio/issues/3419).
437-
438-
5. Installing the optional `cryptography` package on some 32-bit Linux platforms (e.g. Raspberry Pi OS 32) may require [Rust compiler support](https://www.rust-lang.org/tools/install) and some [additional build dependencies](https://cryptography.io/en/latest/installation/) (see [pyspartn cryptography installation notes](https://github.com/semuconsulting/pyspartn/tree/main/cryptography_installation#readme)):
436+
4. Installing the optional `cryptography` package on some 32-bit Linux platforms (e.g. Raspberry Pi OS 32) may require [Rust compiler support](https://www.rust-lang.org/tools/install) and some [additional build dependencies](https://cryptography.io/en/latest/installation/) (see [pyspartn cryptography installation notes](https://github.com/semuconsulting/pyspartn/tree/main/cryptography_installation#readme)):
439437

440438
```shell
441439
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh

0 commit comments

Comments
 (0)