¡@

Home 

python Programming Glossary: test_pack

Installing numpy as a dependency with setuptools

http://stackoverflow.com/questions/8710918/installing-numpy-as-a-dependency-with-setuptools

this setup.py file from setuptools import setup setup name test_pack install_requires numpy I end up with this error message ImportError.. running bdist_egg running egg_info writing requirements to test_pack.egg info requires.txt writing test_pack.egg info PKG INFO writing.. requirements to test_pack.egg info requires.txt writing test_pack.egg info PKG INFO writing top level names to test_pack.egg info..