-
Notifications
You must be signed in to change notification settings - Fork 28
Open
Description
I run tests on making sure morecantile, along with other dependencies install nicely with Python 3.8+ in one of my projects. With Python 3.14.0-alpha.2 I'm seeing the following failure:
https://github.com/marklit/tiles2columns/actions/runs/12119420259/job/33785961051
Collecting pyproj~=3.1 (from morecantile->-r requirements.txt (line 3))
Downloading pyproj-3.7.0.tar.gz (225 kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Getting requirements to build wheel: started
Getting requirements to build wheel: finished with status 'error'
error: subprocess-exited-with-error
× Getting requirements to build wheel did not run successfully.
│ exit code: 1
╰─> [1 lines of output]
proj executable not found. Please set the PROJ_DIR variable. For more information see: https://pyproj4.github.io/pyproj/stable/installation.html
[end of output]
To be clear, the above runs without issue on Python 3.8 through to 3.13.
It looks like pyproj has released version 3.7.0: https://github.com/pyproj4/pyproj/releases
But their tests are only going up to Python 3.12: https://github.com/pyproj4/pyproj/actions/runs/12101161977
Are there any plans to work on getting newer versions of pyproj and Python supported in this project?
Metadata
Metadata
Assignees
Labels
No labels