A Friday 02 July 2010 15:57:41 Chris Fonnesbeck escrigué:
> When trying yo install pytables 2.2 via easy_install, it complains
> that numpy 1.3 or greater is installed. For some reason, builds of
> numpy 2.0 do not seem to pass this test.
> 
> Downloading http://pytables.org/svn/pytables/trunk
> Doing subversion checkout from http://pytables.org/svn/pytables/trunk
> to /tmp/easy_install-EqZBcW/trunk
> Processing trunk
> Running setup.py -q bdist_egg --dist-dir
> /tmp/easy_install-EqZBcW/trunk/egg-dist-tmp-DFOmLo
> .. ERROR:: You need numpy 1.3 or greater to run PyTables!
> error: Setup script exited with 1

Okay, I never tried NumPy 2.0 before.  I've added a ticket on this:

http://pytables.org/trac/ticket/282

Meanwhile, you may want to comment out the check in setup.py:

check_import('numpy', min_numpy_version)

Tell us how it goes.

-- 
Francesc Alted

------------------------------------------------------------------------------
This SF.net email is sponsored by Sprint
What will you do first with EVO, the first 4G phone?
Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to