silpol / pyspatialite

Automatically exported from code.google.com/p/pyspatialite
zlib License
0 stars 0 forks source link

Build failing with error: command 'gcc' failed with exit status 1 / InstallationError #6

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. pip install pyspatialite

What is the expected output? 

Successful package install

What do you see instead?

See attachment.

What version of the product are you using? 

3.0.1
Python 2.7.2 64-Bit

On what operating system?

Windows 7 64-Bit

Please provide any additional information below.

I don't know if my lib paths for libgeos/libgeos_c/libproj are standard or not, 
I have them installed in C:\OSGeo4W via the standard OsGEO setup values. 

I did notice that here:

http://code.activestate.com/pypm/pyspatialite/

The ActiveState status for pyspatialite shows the build failing with fairly 
similar errors on 32/64-bit Linux, so it didn't seem like it would be the lib 
locations on Windows causing this specific error.

Original issue reported on code.google.com by kevin.d...@gmail.com on 27 Feb 2012 at 1:19

Attachments:

GoogleCodeExporter commented 8 years ago
Definitely appears that it's not picking up your dependency libs. I also tried 
a pip-install with pyspatialite, but ultimately, had to use "python setup.py 
build/install" to get things to work, and even then it took a little tweaking.

You might want to look at Issue #7 to see my comments about that, and if you 
need, I've written up a lengthy how-to for install pyspatialite x64, including 
compiling 64-bit dependency libs.

Regards,

-RMWChaos

Original comment by rob.walshaw2 on 2 Aug 2012 at 3:15