Discussion:
[pytables-users] ImportError on PyTables installation in Windows 7 64-bi
p***@gmail.com
2015-06-30 22:21:37 UTC
Permalink
When I run the command:

import tables

I get this error:

Traceback (most recent call last):
File "<stdin>", line 1, in <module>
File
"C:\Users\dashamstyr\Anaconda\lib\site-packages\tables\__init__.py", line 84
, in <module>
from tables.utilsextension import (
ImportError: cannot import name blosc_get_complib_info_

I'm using the Anaconda Python distribution for windows 7 64-bit. I have
the following versions of relevant packages (I think they're all up to
date):

- Python 2.7.9
- PyTables 3.2.0
- HDF5 1.8.15.1
- Cython 0.22.1
- numexpr 2.4.3
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Joon Ro
2015-07-03 16:30:38 UTC
Permalink
Post by p***@gmail.com
import tables
File "<stdin>", line 1, in <module>
File
"C:\Users\dashamstyr\Anaconda\lib\site-packages\tables\__init__.py", line
84, in <module>
from tables.utilsextension import (
ImportError: cannot import name blosc_get_complib_info_
I'm using the Anaconda Python distribution for windows 7 64-bit. I have
the following versions of relevant packages (I think they're all up to
- Python 2.7.9
- PyTables 3.2.0
- HDF5 1.8.15.1
- Cython 0.22.1
- numexpr 2.4.3
I'm using Anaconda with Python 3.4, and in my case, whenever I try to
access actual data, pytables crashes the python interpreter. I downgraded
it to 3.1.1 via `conda install pytables=3.1.1` and it started working again.

Cheers,
Joon
--
You received this message because you are subscribed to the Google Groups "pytables-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pytables-users+***@googlegroups.com.
To post to this group, send an email to pytables-***@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Loading...