Mmmm...
Unfortunately, I think I would need the full error message to be able to
tell you more.
*
On Windows, I recommend the well-maintained versions of Christoph Gohlke
http://www.lfd.uci.edu/~gohlke/pythonlibs/
HTH
Luis
On 02/06/2013 02:28 AM, Dana Zinatbakhsh wrote:
> Hi Luis,
>
> Thanks for maintaining the library. I just downloaded mahotas on debian
> (stable). Processor: i7(AMD64), running python 2.6.6 and ipython 0.10.
> I tried installing mahotas and received an error printout that seemed to
> be several pages in length (it appears to be a compile time error;
> receiving many messages from what seemed to be gcc). I attempted
> easy_install, pip and just running setup.py, both normally, under
> virtual_env, and using sudo. The error messege culminated in this:
>
> /usr/lib/pymodules/python2.6/numpy/core/include/numpy/__multiarray_api.h:1187:
> warning: ‘int _import_array()’ defined but not used
>
> error: Command "g++ -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv
> -O2 -Wall -fPIC -I/usr/lib/pymodules/python2.6/numpy/core/include
> -I/usr/include/python2.6 -c mahotas/_histogram.cpp -o
> build/temp.linux-x86_64-2.6/mahotas/_histogram.o" failed with exit status 1
>
> Just wanted to know if there was a known hack/patch for this. I would
> eventually like to have the library used in a script to be ran on a
> Windows 7 machine as well.
>
> Thanks!
>
> --
> You received this message because you are subscribed to the Google
> Groups "pythonvision" group.
> To unsubscribe from this group and stop receiving emails from it, send
> an email to
pythonvision...@googlegroups.com.
> For more options, visit
https://groups.google.com/groups/opt_out.
>
>