-
Notifications
You must be signed in to change notification settings - Fork 214
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
Instalation error #91
Comments
I do not think I have enough information to help you. I assume based your issue that "Visual C 2.7" means that you have installed Microsoft Visual C++ Compiler for Python 2.7. You might try installing pyproj using pip, Out of curiosity, what version of setuptools are you running? |
Yes, i meant Microsoft Visual C++ Compiler for Python 2.7. Trying to install pyproj using pip gives the exact same error unfortunately :( I am running setuptools 25.1.6, But trying to check the version of setuptools using C:...> pip list | find "setuptools" gives the following result: $ pip list | find "setuptools" |
Another shot in the dark. What version of pip are you running? |
$ python --version |
I had this exact same problem. Did you ever find an answer?
I have the same versions as mentioned above. I was not able to get the command: I reinstalled setuptools and now it shows |
What shell are you using under Windows with a $ prompt? Is it bash? |
I was able to get it working. The problem that I faced is that I was following a stupid tutorial. The tutorial told me to remove the slash from the end of the Python PATH Environment variable. Once I added it back on, everything was gravy. |
Refer to #216 |
$ python setup.py build
nad2bin.c
nad2bin.c(129) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
nad2bin.c(130) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
nad2bin.c(137) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
nad2bin.c(138) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
nad2bin.c(352) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
nad2bin.c(353) : warning C4244: '=' : conversion from 'double' to 'float', possible loss of data
pj_malloc.c
using bundled proj4..
Traceback (most recent call last):
File "setup.py", line 84, in
cc.link_executable(objects, execname, extra_postargs = [ '/MANIFEST' ] if os.name == 'nt' else None)
File "C:\Python27\lib\distutils\ccompiler.py", line 700, in link_executable
debug, extra_preargs, extra_postargs, None, target_lang)
File "C:\Python27\lib\distutils\msvc9compiler.py", line 669, in link
raise LinkError(msg)
distutils.errors.LinkError: command 'C:\Users\shane\AppData\Local\Programs\Common\Microsoft\Visual C++ for Python\9.0\WinSDK\Bin\x64\mt.exe' failed with exit status 31
Phyton 2.7
Visual C 2.7
The text was updated successfully, but these errors were encountered: