Windows Installation Issues (pyproj>=2.0.0)
See original GitHub issueThis issue is meant to be a central location for windows installation issues.
As of pyproj>=2.0.0, python 2.7 is no longer supported on windows due PROJ version 6.0.0 requiring c++ 11 and it is not supported by the 2008 version of MSVC.
There are now Windows wheels on pypi thanks to @cgohlke. Additionally, pyproj can be installed using conda. conda install -c conda-forge pyproj
.
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:10 (9 by maintainers)
Top Results From Across the Web
pyproj4-pyproj/community - Gitter
hello! I have an installation question, as I can't seem to get Proj to update by updating pyproj. I've tried updating pyproj and...
Read more >Problem in installing PROJ in python environment
If you just want to work with PROJ from Python, you can use PyPROJ and install it with pip install pyproj . On...
Read more >How to Install Pyproj on Windows? - GeeksforGeeks
Installing Pyproj Interface on Windows using Conda: If you want the installation to be done through conda, open up the Anaconda Powershell ...
Read more >MapProxy Installation problem with PyProj - GIS Stack Exchange
0) on a Windows Machine and followed each step from the "Installation on Windows" docs. I have a running virtualenv, used pip to...
Read more >Configuration — MapProxy 1.13.1 Docs
This feature is only available on Unix, since Windows has no ... If set to true , MapProxy will only issue a single...
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
Let me re-build and test later tonight.
Thanks for your assistance in this @cgohlke! I think that it can be closed now.