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

Christoph Gohlke cgohlke at uci.edu
Sat Jul 28 21:09:52 EDT 2012


I submitted a pull request so this doesn't get lost:

https://github.com/scipy/scipy/pull/279

Christoph


On 7/28/2012 4:55 PM, Michael Crawford wrote:
> 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
> <mailto: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 <mailto: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 <mailto:SciPy-User at scipy.org>
>>     http://mail.scipy.org/mailman/listinfo/scipy-user
>>
>>
>> _______________________________________________
>> SciPy-User mailing list
>> SciPy-User at scipy.org <mailto: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
>



More information about the SciPy-User mailing list