v1.3.0b1 has the same problem - setup_tools doesn't seem to recognize
that numpy is already installed in the system's site-packages directory.
Maybe I should add that I'm using virtualenv to generate a test environment
which includes the systems site-packages; setup_tools does seem recognize
othe
Hello!
I ran into the following problem:
I have easy_installable packages which list numpy as a dependency. numpy itself
is installed in the system's site-packages directory and works fine.
When running a python setup.py install of the package with numpy v1.2.0
installed, everything works fin