question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

pypi installation errors

See original GitHub issue

cc @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:closed
  • Created 5 years ago
  • Comments:26 (8 by maintainers)

github_iconTop GitHub Comments

2reactions
jswhitcommented, Mar 9, 2019

bottom line - the solution is to upgrade pip that you are using in your docker environment, or use pyproj version 1.9.6.

1reaction
snowman2commented, Dec 9, 2020

The CRS class was added in pyproj 2.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found