[NumPy-Tickets] [NumPy] #1857: Pip install into virtualenv doesn't work
NumPy Trac
numpy-tickets@scipy....
Mon Jul 25 09:22:36 CDT 2011
#1857: Pip install into virtualenv doesn't work
-------------------------------+--------------------------------------------
Reporter: rgommers | Owner: rgommers
Type: defect | Status: new
Priority: normal | Milestone: Unscheduled
Component: numpy.distutils | Version: 1.6.0
Keywords: pip, easy_install |
-------------------------------+--------------------------------------------
Comment(by embray):
I imagine that could also work. But when I ran the setup.py without pip
in PDB it showed that __file__ was just `./setup.py`, not an absolute
path, when it gets to `get_path_from_frame()`, so that line was just
restoring __file__ to what it would have been if not for pip.
From that point on the install seems to proceed normally until it gets to
this strange encoding issue when calling gcc. I know that pip captures
stdout and reoutputs it, so my guess is that it's a separate problem in
pip.
--
Ticket URL: <http://projects.scipy.org/numpy/ticket/1857#comment:10>
NumPy <http://projects.scipy.org/numpy>
My example project
More information about the NumPy-Tickets
mailing list