Closed mrocklin closed 7 years ago
I get failures with pytables only on my windows system. The test cases are complaining that they can't create hdf5 files for the test.
I got the same errors on OSX running the PYTables test using the Anaconda distro of Python, i.e.
export PATH="/opt/anaconda/bin:$PATH" python Python 2.7.9 |Anaconda 2.2.0 (x86_64)| (default, Dec 15 2014, 10:37:34) [GCC 4.2.1 (Apple Inc. build 5577)] on darwin blah blah ...
import tables tables.test
This is a Macbook running the latest OSX Yosemite Given that Macs are more uniform one to another, you might want to borrow a Yosemite Macbook and run this the Anaconda Python distro to track down where it is coming from.
P.S. possible red herring, but I installed Anaconda because I was unable to build PYTables using
pip install tables on my regular Python which was 2.7 installed from MacPorts. Something to do with globals,h (originating from BSD/GCC) and a config.h Possibly something to do with glib2
Closing for lack of activity.
Please reopen if this is still a problem with an update of the status.
Thanks!
On a windows machine with anaconda installed neither of the
h5py
norpytables
libraries pass their test suites.This came from @mwiebe 's development system
h5py
PyTables