-
Notifications
You must be signed in to change notification settings - Fork 219
2.4.1 version installation with pip does not work #478
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Likely related to #477. pyproj 2.4.1 uses manylinux 2010 wheels, so I would recommend upgrading your version of pip. |
Closing as I am pretty sure it is related to #477 |
Thanks for the report! |
You are using Alpine linux (from the base docker image), and for that platform, there are no binary wheels. This means it will try to install pyproj from source, but that also means that you will need to install PROJ in advance I assume. |
Got it working by upgrading pip, thanks.
…On Fri, Nov 8, 2019 at 10:18 AM Joris Van den Bossche < ***@***.***> wrote:
You are using Alpine linux (from the base docker image), and for that
platform, there are no binary wheels. This means it will try to install
pyproj from source, but that also means that you will need to install PROJ
in advance I assume.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub
<#478?email_source=notifications&email_token=AEWIITUUNTCPHZQY627UWVTQSUOHDA5CNFSM4JKEDMUKYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEDPCW3I#issuecomment-551431021>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AEWIITX2SSO6DWWGL4PLBYDQSUOHDANCNFSM4JKEDMUA>
.
|
Installation method/steps
Installation with pip inside docker container does not work.
pip install pyproj
produces:
Collecting pyproj (from geopandas==0.4.1->-r /requirements_php.txt (line 5))
Downloading ... (462kB)
Installing build dependencies: started
Installing build dependencies: finished with status 'done'
Complete output from command python setup.py egg_info:
Proj executable not found. Please set PROJ_DIR variable.
This was done inside docker base image:
php:7.3-apache
Environment Information
The text was updated successfully, but these errors were encountered: