A. The problem seems rather that you have not compiled/installed
the szip compressor, or that the library cannot be found for some
reason. Please double check if your homebrew installation of HDF5 is
sane. If not, my advice is to ask the HDF5 users' list directly.
Francesc
On 3/27/12 10
Hey Francesc
Hm, seems that I've forgotten the actual error I get, as soon as I import
pyTables:
import tables
ImportError:
dlopen(/Library/Python/2.7/site-packages/tables/utilsExtension.so, 2): Symbol
not found: _SZ_BufftoBuffCompress
Referenced from:
/Librar
On 3/27/12 1:35 AM, Tobias Erhardt wrote:
> Hi everybody
>
> I've been trying to install pyTables on my OSX Lion machine the past few days
> without any success.
>
> In my opinion the problem is that the extension trys to build as universal
> (i386 and x86_64) while the hdf5 libraries are only av
Hi everybody
I've been trying to install pyTables on my OSX Lion machine the past few days
without any success.
In my opinion the problem is that the extension trys to build as universal
(i386 and x86_64) while the hdf5 libraries are only available as x86_64 on my
system.
Here is my setup: