Skip to content
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

pip-sync fails with a local editable #223

Closed
gsakkis opened this issue Nov 3, 2015 · 1 comment
Closed

pip-sync fails with a local editable #223

gsakkis opened this issue Nov 3, 2015 · 1 comment

Comments

@gsakkis
Copy link

gsakkis commented Nov 3, 2015

Similar to #176 (which should have been marked as resolved) but now pip-sync fails on latest release (1.1.6):

  File "/tmp/venv/bin/pip-sync", line 11, in <module>
    sys.exit(cli())
  File "/tmp/venv/local/lib/python2.7/site-packages/click/core.py", line 700, in __call__
    return self.main(*args, **kwargs)
  File "/tmp/venv/local/lib/python2.7/site-packages/click/core.py", line 680, in main
    rv = self.invoke(ctx)
  File "/tmp/venv/local/lib/python2.7/site-packages/click/core.py", line 873, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/tmp/venv/local/lib/python2.7/site-packages/click/core.py", line 508, in invoke
    return callback(*args, **kwargs)
  File "/tmp/venv/local/lib/python2.7/site-packages/piptools/scripts/sync.py", line 51, in cli
    requirements = sync.merge(requirements, ignore_conflicts=force)
  File "/tmp/venv/local/lib/python2.7/site-packages/piptools/sync.py", line 74, in merge
    key = ireq.req.key
AttributeError: 'NoneType' object has no attribute 'key'
nvie added a commit that referenced this issue Dec 4, 2015
Fixed local editables completely for me (#223)
@nvie
Copy link
Member

nvie commented Apr 20, 2016

Closing this. Dupe of #325.

@nvie nvie closed this as completed Apr 20, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants