google-code-export / pysal

Automatically exported from code.google.com/p/pysal
Other
1 stars 1 forks source link

windows installation failure #233

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Installing under XP with EPD 7.3.2.

I got the same error using both easy_install as well as the win32 pysal 
installation binary.

See attached for details.

Original issue reported on code.google.com by sjsrey on 7 Jan 2013 at 6:25

Attachments:

GoogleCodeExporter commented 9 years ago

Original comment by sjsrey on 7 Jan 2013 at 6:27

GoogleCodeExporter commented 9 years ago
This bug appears to be in scipy.

Try:
>>> import scipy.sparse

Perhaps you have multiple version of scipy installed?
Also check scipy.version.version

Original comment by schmi...@gmail.com on 7 Jan 2013 at 6:30

GoogleCodeExporter commented 9 years ago
i installed epd after a stand alone install of scipy and numpy and there must 
of been cruft left over. after removing all and just installing epd, pysal 
installs and imports fine.

Original comment by sjsrey on 7 Jan 2013 at 8:38