[Distutils] Installing header files with setuptools
James Porter
jvporter at wisc.edu
Wed Mar 3 23:57:11 CET 2010
On Wed, 2010-03-03 at 17:30 -0500, Carl Meyer wrote:
> Yeah, that does appear to be a bug in pip, I've reported it at
> http://bitbucket.org/ianb/pip/issue/73/header-files-installed-to-wrong-location.
> And I think you have the right fix, too; that header location hack
> should only happen if actually inside a virtualenv. Shouldn't be a hard
> fix. Is your package publicly available? I don't have anything on hand
> that installs header files to test the fix with.
My package is publically available here
<http://pypi.python.org/pypi/PyTAPS/>, but that's probably not all that
helpful in practice, since it has a fair number of C dependencies. For
simplicity, I made an incredibly simple package (all it installs is a
single header file) that reproduces the problem for me, which you can
get via:
pip install -f
https://mywebspace.wisc.edu/jvporter/web/header_test-1.0.tar.gz
header_test
- Jim
More information about the Distutils-SIG
mailing list