El dv 09 de 03 del 2007 a les 12:47 -0900, en/na Joshua J. Kugler va
escriure:
> Trying to install 2.0b1 using the FORCE_SETUPTOOLS environment variable.  I 
> get this:
>   
> File 
> "/usr/lib/python2.4/site-packages/setuptools-0.6c3-py2.4.egg/pkg_resources.py",
>  
> line 487, in resolve
>     raise VersionConflict(dist,req) # XXX put more info here
> pkg_resources.VersionConflict: (numpy 1.0.1 
> (/usr/lib/python2.4/site-packages/numpy-1.0.1-py2.4-linux-i686.egg), 
> Requirement.parse('numpy>1.0.1'))
> 
> I just installed NumPy from the Cheese shop and was given 1.0.1, which shows 
> as the latest on the NumPy site as well.  Should this have been >=1.0.1?
> 
> I changed it to >=, and created an egg via bdist_egg, and installed it.
> 
> Ran python and did
> 
> import tables
> 
> Got this:
> 
> >>> import tables
> Traceback (most recent call last):
>   File "<stdin>", line 1, in ?
>   File "/usr/lib/python2.4/site-packages/PIL/__init__.py", line 60, in ?
> 
> ImportError: No module named tests
> >>> 
> 
> Did I do something Very Bad(TM) or is this a real bug?

This should be bug. To say the truth we haven't tested very much the
setuptools approach for making eggs out of the pytables package. But we
would like that this work in the future, so will look into this.

Meanwhile, you can install it by using the traditional:

python setup.py install --prefix=your_preferred_place_to_install

> Am I off the deep end? :)

Well, I hope you are not. Just relax ;)

-- 
Francesc Altet    |  Be careful about using the following code --
Carabos Coop. V.  |  I've only proven that it works, 
www.carabos.com   |  I haven't tested it. -- Donald Knuth


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Pytables-users mailing list
Pytables-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pytables-users

Reply via email to