[SciPy-User] error installing scipy 0.10.1 with python 3.2

Michael Crawford dalupus at gmail.com
Sat Jul 28 19:55:31 EDT 2012


Then it compiles and I can run install :)
Thanks a ton.


On Jul 28, 2012, at 7:46 PM, Oleksandr Huziy <guziy.sasha at gmail.com> wrote:

> Hi, 
> 
> what happens if you change the line 268 ( in scipy/sparse/linalg/dsolve/_superlumodule.c)
>  
> from 
> return;
> 
> to 
> return NULL;
> 
> Cheers
> 
> --
> Oleksandr Huziy
> 
> 2012/7/28 Michael Crawford <dalupus at gmail.com>
> I am trying to get scipy installed for python 3.2 on OSX 10.8 and am receiving the following compile error:
> 
> building 'scipy.sparse.linalg.dsolve._superlu' extension
> compiling C sources
> C compiler: /usr/bin/clang -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -Os -w -pipe -march=native -Qunused-arguments -mmacosx-version-min=10.8
> 
> compile options: '-DNO_ATLAS_INFO=3 -DUSE_VENDOR_BLAS=1 -I/Users/dalupus/.virtualenvs/test3/lib/python3.2/site-packages/numpy/core/include -I/usr/local/bin/../Cellar/python3/3.2.3/include/python3.2m -c'
> extra options: '-msse3'
> clang: scipy/sparse/linalg/dsolve/_superluobject.c
> clang: scipy/sparse/linalg/dsolve/_superlu_utils.c
> clang: scipy/sparse/linalg/dsolve/_superlumodule.c
> scipy/sparse/linalg/dsolve/_superlumodule.c:268:9: error: non-void function 'PyInit__superlu' should return a value [-Wreturn-type]
>         return;
> 
> I have no idea where to even start to fix this.   Any ideas are appreciated.
> 
> Thanks,
> Mike
> 
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user
> 
> 
> _______________________________________________
> SciPy-User mailing list
> SciPy-User at scipy.org
> http://mail.scipy.org/mailman/listinfo/scipy-user

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.scipy.org/pipermail/scipy-user/attachments/20120728/f9326ce7/attachment.html>


More information about the SciPy-User mailing list