pypi installation errors
See original GitHub issuecc @justb4
Via https://github.com/geopython/GeoHealthCheck/issues/240, looks like with the latest pyproj release on pypi there are install issues:
Downloading/unpacking OWSLib==0.17.0
Downloading OWSLib-0.17.0.tar.gz (149kB): 149kB downloaded
Running setup.py (path:/tmp/pip_build_kralidist/OWSLib/setup.py) egg_info for package OWSLib
warning: manifest_maker: MANIFEST.in, line 3: 'recursive-include' expects <dir> <pattern1> <pattern2> ...
Downloading/unpacking python-dateutil>=1.5 (from OWSLib==0.17.0)
Downloading python_dateutil-2.8.0-py2.py3-none-any.whl (226kB): 226kB downloaded
Downloading/unpacking pytz (from OWSLib==0.17.0)
Downloading pytz-2018.9-py2.py3-none-any.whl (510kB): 510kB downloaded
Requirement already satisfied (use --upgrade to upgrade): requests>=1.0 in /usr/lib/python2.7/dist-packages (from OWSLib==0.17.0)
Downloading/unpacking pyproj (from OWSLib==0.17.0)
Downloading pyproj-2.0.0.tar.gz (408kB): 408kB downloaded
Running setup.py (path:/tmp/pip_build_kralidist/pyproj/setup.py) egg_info for package pyproj
ERROR: Cython.Build.cythonize not found. Cython is required to build from a repo.
Complete output from command python setup.py egg_info:
ERROR: Cython.Build.cythonize not found. Cython is required to build from a repo.
----------------------------------------
Cleaning up...
Command python setup.py egg_info failed with error code 1 in /.....
Issue Analytics
- State:
- Created 5 years ago
- Comments:26 (8 by maintainers)
Top Results From Across the Web
Troubleshooting PyPI package installation | Cloud Composer
This page explains how to troubleshoot dependency conflicts when installing custom PyPI packages. The most common problem with PyPI packages that you might ......
Read more >How to troubleshoot PyPi issues - JFrog
When troubleshooting PyPI errors, it's best to compare what is supposed to happen against what your system is currently experiencing.
Read more >pip install failing with no error on private pypi and normal pypi
with and without a pip.ini file my pip install is failing. when running an individual pip install with -vvv I get this as...
Read more >Error with pip install from PyPI in self hosted Gitlab - General
Hello :slight_smile:, so far I am quite happy with our self hosted Gitlab but I cannot pip install the release of a library...
Read more >pip Install Third-Party Library Error
It indicates that the network has timed out, and there is a problem connecting to pypi.org . This is the website hosting the...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
bottom line - the solution is to upgrade pip that you are using in your docker environment, or use pyproj version 1.9.6.
The CRS class was added in pyproj 2.