-
Notifications
You must be signed in to change notification settings - Fork 217
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
Unable to install using pip on Cygwin #1113
Comments
This appears to be an upstream issue in setuptools in the Cygwin environment, rather than an issue with pyproj itself. I have opened an issue there instead: pypa/distutils#171 |
Try changing line 170 of |
Thank you, that resolved the problem and pyproj now installs (and imports) successfully under Cygwin:
|
That sounds like a good change to add to the code. A PR is welcome if someone has the time. |
Closes pyproj4#1113 (pyproj4#1113 (comment)), pypa/distutils#171 runtime_library_dirs isn't supported by PE/COFF, used by Windows and Cygwin; it seems to be an ELF thing.
#1120 should be similar to what Joshua-IRT got working |
Installation method/steps
pip3 install pyproj
Environment Information
Output
The issue appears to be that
--enable-new-dtags
is being selected despite this not applying to the Cygwin environment.The text was updated successfully, but these errors were encountered: