A Monday 13 June 2011 19:46:54 Jean-Baptiste Marquette escrigué:
> Dear Pytables gurus,
> 
> I try to install Pytables on my Mac Pro under 10.6.7 and got the
> following issue using:
> 
> pip install tables
> 
> Downloading/unpacking tables
>   Running setup.py egg_info for package tables
>     * Found numpy 2.0.0.dev-3071eab package installed.
>     * Found HDF5 headers at ``/usr/local/include``, library at
> ``/usr/local/lib``. * Could not find LZO 2 headers and library;
> disabling support for it. * Could not find LZO 1 headers and
> library; disabling support for it. * Found bzip2 headers at
> ``/usr/include``, library at ``/usr/lib``. warning: no
> previously-included files matching '*' found under directory
> 'doc/xml' Installing collected packages: tables
>   Found existing installation: tables 2.2.1
>     Uninstalling tables:
>       Successfully uninstalled tables
>   Running setup.py install for tables
>     * Found numpy 2.0.0.dev-3071eab package installed.
>     * Found HDF5 headers at ``/usr/local/include``, library at
> ``/usr/local/lib``. * Could not find LZO 2 headers and library;
> disabling support for it. * Could not find LZO 1 headers and
> library; disabling support for it. * Found bzip2 headers at
> ``/usr/include``, library at ``/usr/lib``. building
> 'tables.linkExtension' extension
>     C compiler: gcc-4.0 -DNDEBUG -g -O3 -arch i386 -arch x86_64
> 
> .../...
> 
> gcc-4.0: tables/linkExtension.c
> 
> i686-apple-darwin10-gcc-4.0.1: tables/linkExtension.c: No such file
> or directory
<snip>

Do you have Cython installed?  If not, please install it and retry.  If 
you continue having problems, please try to install directly from the 
tarball in:

http://www.pytables.org/download/stable/

HTH,

-- 
Francesc Alted

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to