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 available as x86_64 on my 
> system.
>
> Here is my setup:
>       Mac OSX Lion patched up to the latest version
>       XCode 4.3 with the latest command line utilities
>       Python 2.7 as distributed with OSX Lion
>       The ScipySuper Pack (https://github.com/fonnesbeck/ScipySuperpack)
>
>       numexpr==2.0.1
>       numpy==2.0.0.dev-4c0576f-20120208
>       Cython==0.15.1
>
>       hdf5 was installed using homebrew
>
> the Build log can be found here: https://gist.github.com/2213302
> Line 471 hints at the problem that the library is not compiled as universal
>
> BTW: I do have the same problems with the h5py build

The log seems fine to me:

"""
     changing mode of /usr/local/bin/nctoh5 to 755
     changing mode of /usr/local/bin/ptdump to 755
     changing mode of /usr/local/bin/ptrepack to 755
Successfully installed tables
Cleaning up...
"""

why are you saying that the installation did not work?

Anyway, the only suspicios thing that I have found in your log file is 
that HDF5 headers and libraries are in different directories:

* Found HDF5 headers at ``/usr/include``, library at ``/usr/local/lib``.

This is not grave, but do you have an explanation for this?

-- 
Francesc Alted


------------------------------------------------------------------------------
This SF email is sponsosred by:
Try Windows Azure free for 90 days Click Here 
http://p.sf.net/sfu/sfd2d-msazure
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to