Skip to content

pyproj stopped from being installed on alpine image due to new cython release #1323

Answered by snowman2
akashdiware asked this question in Q&A
Discussion options

You must be logged in to vote

A fix has been added for cython 3: #1321

I believe this should work for current versions of pyproj:

python -m pip install 'cython<3'
python -m pip install --no-use-pep517 pyproj

To install the version with the fix implemented:

python -m pip install pyproj@git+https://github.com/pyproj4/pyproj.git@main

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@akashdiware
Comment options

@lucifermorn
Comment options

@akashdiware
Comment options

@snowman2
Comment options

Answer selected by snowman2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants