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? Tables's setup.py does tell setup tools to ignore *.test and *.bench. Should it not? Is there something that is wanting 'tests' but shouldn't? Am I off the deep end? :) j -- Joshua Kugler Lead System Admin -- Senior Programmer http://www.eeinternet.com PGP Key: http://pgp.mit.edu/ ID 0xDB26D7CE PO Box 80086 -- Fairbanks, AK 99708 -- Ph: 907-456-5581 Fax: 907-456-3111 ------------------------------------------------------------------------- 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