Skip to content
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

pip install pyproj #133

Closed
samsammurphy opened this issue May 11, 2018 · 3 comments
Closed

pip install pyproj #133

samsammurphy opened this issue May 11, 2018 · 3 comments
Labels
closing-soon-if-no-response If no response occurs within a few days, the issue will be closed.

Comments

@samsammurphy
Copy link

  • Pip version: pip 9.0.1
  • Python version: Python 3.6.4
  • Operating system: Linux Mint 18.1 Serena

Description:

I am trying to install pyproj using pip. It looks for libpython3.6m.so.1.0 but does not find it, which was not expected.

What I've run:

$ mkvirtualenv pyproj --python=python3
$ pip install pyproj
$ python
>>> import pyproj
#from pyproj import _proj
#ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory

I was able to install from source following the README, reporting here in case helpful.

@milieu
Copy link

milieu commented Aug 5, 2018

Also reporting here if helpful how to make this work with pipenv --python 3: #136 (comment)

heitorPB added a commit to heitorPB/pyproj that referenced this issue Oct 21, 2018
Several issues report problems with using `pip install pyproj`. A workaround is using the latest version from Github.

Some issues with pip problems: pyproj4#141 pyproj4#136 pyproj4#133 pyproj4#132 pyproj4#130 pyproj4#59 pyproj4#25 pyproj4#13 pyproj4#9.
@heitorPB heitorPB mentioned this issue Dec 29, 2018
@snowman2
Copy link
Member

Can you try pyproj==2.0.1 and see if it works?

@snowman2 snowman2 added the closing-soon-if-no-response If no response occurs within a few days, the issue will be closed. label Mar 15, 2019
@snowman2
Copy link
Member

Feel free to reopen if this issue persists. Thanks for the report!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
closing-soon-if-no-response If no response occurs within a few days, the issue will be closed.
Projects
None yet
Development

No branches or pull requests

3 participants