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.

pip3 install error

See original GitHub issue

Hi, I am getting an error when i try to install pyproj with pip3 on mac. I do have proj installed via brew. I am pretty sure brew doesn’t support PROJ.4 so could someone help. Thank you

Collecting pyproj
  Using cached https://files.pythonhosted.org/packages/53/4b/21643a93e7d33941498087290636e34c6d534aa8baa1ada54cf0d096ffaa/pyproj-2.0.0.tar.gz
  Installing build dependencies ... done
  Getting requirements to build wheel ... error
  Complete output from command /Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /var/folders/z1/ky2prf7d6kj1q8rhkldd9zzh0000gp/T/tmp5oq5r0j7:
  ERROR: Minimum supported proj version is 6.0.0.
  
  ----------------------------------------
Command "/Library/Frameworks/Python.framework/Versions/3.7/bin/python3.7 /Library/Frameworks/Python.framework/Versions/3.7/lib/python3.7/site-packages/pip/_vendor/pep517/_in_process.py get_requires_for_build_wheel /var/folders/z1/ky2prf7d6kj1q8rhkldd9zzh0000gp/T/tmp5oq5r0j7" failed with error code 1 in /private/var/folders/z1/ky2prf7d6kj1q8rhkldd9zzh0000gp/T/pip-install-bubud0zl/pyproj`

Issue Analytics

  • State:closed
  • Created 5 years ago
  • Comments:6 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
mnewt00commented, Mar 9, 2019

Thank you, I did pip3 install pyproj==1.9.6 and it successfully worked

1reaction
snowman2commented, Mar 9, 2019

Or you can pin to ~=1.9.6

Read more comments on GitHub >

github_iconTop Results From Across the Web

Python3 pip3 install broken on Ubuntu
I installed python3 and pip3 successfully on my Ubuntu16.04, but pip3 install is broken. How can I fix this problem? The error information ......
Read more >
pip giving error when trying to install packages Python 3.10
This error is given by Windows, saying that pip is not found. It happened because Python isn't in your shell path, If you...
Read more >
How To Fix PIP Install Not Working? - TechNewsToday
The most common reasons for issues with PIP installations is either that an incorrect PIP path is added to the PATH system variable,...
Read more >
How to install modules with PIP (and fix it when it fails) - Medium
Copy the code from get-pip.py or save the file from the link. Then simply run the file with python. This should install pip...
Read more >
Pip Command Not Found on Windows: A Guide | Built In
A “pip: command not found” error occurs when you fail to properly install the package installer for Python (pip) needed to run Python...
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