-
Notifications
You must be signed in to change notification settings - Fork 215
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
problem pip installing under msys2 #579
Comments
I would recommend trying Otherwise, I wonder if you would have better luck posting this on one or both of these sites?
|
I'd like to use conda , but there are other packages I need for my application like gstreamer Notice that this isn't built for Windows. I've tried to modify the recipe to get this built, but gave up. Not my expertise. pyproj is probably overkill for what I need to do, All I really need is to be able to convert Lat/Long dectimal degrees to DMS (degree,minute,second) and back, and also convert to UTM. There is a python utm module on :PyPi, and I'm looking at that, but I saw a post about Inaccuracy of the UTM to/from lat, lon conversion . One of the reponses on that thread was to replace utm with pyproj. The error in converting back and forth is on the order of centimeters, so I may just say that's good enough. |
@tjwilli58, you could also see if |
@snowman2 , I tried it, but I have the same problem installing this on msys2. Thanks, |
Actually, geopy works for me.
|
Installation method/steps
I also tried downloading the wheel from Christoph Gohlke , but I got
ERROR: pyproj-2.6.0-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
How did you install PROJ? Where is it installed?
I didn't. I was hoping pip would handle that.
Please provide all commands/steps you used to install pyproj and PROJ.
pip install pyproj --no-color
Environment Information
pyproj version you are attempting to install
2.6.0
PROJ version (Execute
proj
command and give version here.)Python version (
python -c "import sys; print(sys.version.replace('\n', ' '))"
)3.7.4 (default, Aug 15 2019, 18:17:27) [GCC 9.2.0 64 bit (AMD64)]
Operation System Information (
python -c "import platform; print(platform.platform())"
)Result of pip install:
I guess the bottom line is, how do I get this installed under msys2 (MINGW64)
The text was updated successfully, but these errors were encountered: