-
Notifications
You must be signed in to change notification settings - Fork 216
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
Noob Question, How to Install? #13
Comments
Linux: wget https://github.com/jswhit/pyproj/archive/v1.9.4rel.zip Windows Download: http://www.lfd.uci.edu/~gohlke/pythonlibs/ One of these files: pyproj-1.9.4-cp27-none-win_amd64.whl for 64 bit version http://www.lfd.uci.edu/%7Egohlke/pythonlibs/3i673h27/pyproj-1.9.4-cp27-none-win_amd64.whl pyproj‑1.9.4‑cp27‑none‑win32.whl for 32 bit version http://www.lfd.uci.edu/~gohlke/pythonlibs/3i673h27/pyproj-1.9.4-cp27-none-win32.whl And install it: Üdvözlettel / Best Regards: Kálmán (KAMI) Szalai 2015-08-16 9:46 GMT+02:00 aaronstar [email protected]:
|
I can't do it. Also, when I installed od Windows 10/64 Sorry. Now is working. Next, I installed "pyproj-1.9.5-cp27-none-win_amd64.whl" C:\Python27\Scripts\pip.exe install "pyproj-1.9.5-cp27-none-win_amd64.whl" |
pyproj version 1.9.5 has issues when compiling the internal version of PROJ on some Windows machines. Did you get the installation of pyproj to work? If it did not work, could you copy and paste the output of pip install? |
I had to remove the 64 (Problem with pypro for Win64.) and re-install version 32. So, we need: C:\Python27\Scripts\pip.exe install "pyproj-1.9.5-cp27-none-win32.whl" Now everything works correctly even JOSM plug-in Scanaerial. |
The wheel binary files of pyproj on the website http://www.lfd.uci.edu/~gohlke/pythonlibs/ are not supported by the project. I'm glad you had better experiences with the 32-bit version of the Windows binary wheels. The project only supports installing from setup.py, which requires a C compiler even if PROJ4 is installed on your system. |
I have a problem installing pyproj in my mac computer, I am using spyder in anaconda. !pip install pyproj
Command "python setup.py egg_info" failed with error code 1 in /private/var/folders/br/2nxyz8j521jgjqmzszzjlrwh0000gn/T/pip-install-tns_1rrq/pyproj/ I will really appreciate your help |
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.
@malikabendechache, have you tried: |
Related to #216 |
Hi there, I have very little experience with python or anything similar.
I have a .gz file from https://pypi.python.org/pypi/pyproj?, which I extracted using 7zip then opened cmd (Windows) with Administrator privileges and entered
cd C:\Users\username\Desktop\pyproj-1.9.4
setup.py install
I don't get it, in step by step instructions how do I install this to a functioning state?
The text was updated successfully, but these errors were encountered: