pip3 install error
See original GitHub issueHi, 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:
- Created 5 years ago
- Comments:6 (4 by maintainers)
Top 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 >
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
Thank you, I did pip3 install pyproj==1.9.6 and it successfully worked
Or you can pin to ~=1.9.6