Skip to content

pip wheel failed after cancelled attempt #912

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
dcramer opened this issue Apr 25, 2013 · 3 comments
Closed

pip wheel failed after cancelled attempt #912

dcramer opened this issue Apr 25, 2013 · 3 comments
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior
Milestone

Comments

@dcramer
Copy link

dcramer commented Apr 25, 2013

$ pip wheel --wheel-dir=wheelhouse -r resources/scripts/shared/requirements.txt
Downloading/unpacking Django==1.3.3 (from -r resources/scripts/shared/requirements.txt (line 1))
Exception:
Traceback (most recent call last):
  File "/Users/dcramer/.virtualenvs/tenxer/src/pip/pip/basecommand.py", line 134, in main
    status = self.run(options, args)
  File "/Users/dcramer/.virtualenvs/tenxer/src/pip/pip/commands/wheel.py", line 149, in run
    wb.build()
  File "/Users/dcramer/.virtualenvs/tenxer/src/pip/pip/wheel.py", line 241, in build
    self.requirement_set.prepare_files(self.finder)
  File "/Users/dcramer/.virtualenvs/tenxer/src/pip/pip/req.py", line 1063, in prepare_files
    logger.fatal(e)
  File "/Users/dcramer/.virtualenvs/tenxer/src/pip/pip/log.py", line 48, in fatal
    self.log(self.FATAL, msg, *args, **kw)
  File "/Users/dcramer/.virtualenvs/tenxer/src/pip/pip/log.py", line 69, in log
    rendered = ' ' * self.indent + rendered
TypeError: cannot concatenate 'str' and 'PreviousBuildDirError' objects
@qwcode
Copy link
Contributor

qwcode commented Apr 25, 2013

the recent merge of #865 caused this.
adding to 1.4 milestone as blocker.

@qwcode
Copy link
Contributor

qwcode commented Apr 30, 2013

fixed in develop
3a1847c
5666620

@qwcode qwcode closed this as completed Apr 30, 2013
@pradyunsg pradyunsg removed !release blocker Hold a release until this is resolved labels Feb 8, 2019
@lock
Copy link

lock bot commented May 29, 2019

This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.

@lock lock bot added the auto-locked Outdated issues that have been locked by automation label May 29, 2019
@lock lock bot locked as resolved and limited conversation to collaborators May 29, 2019
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
auto-locked Outdated issues that have been locked by automation type: bug A confirmed bug or unintended behavior
Projects
None yet
Development

No branches or pull requests

3 participants