-
Notifications
You must be signed in to change notification settings - Fork 3.1k
Closed
Labels
C: editableEditable installationsEditable installationsC: vcspip's interaction with version control systems like git, svn and bzrpip's interaction with version control systems like git, svn and bzrauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationstate: needs discussionThis needs some more discussionThis needs some more discussiontype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior
Description
Looks like it's not recognized and passed further into pkg_resources:
Exception:
Traceback (most recent call last):
File "/usr/local/lib/python3.4/site-packages/pip/basecommand.py", line 223, in main
status = self.run(options, args)
File "/usr/local/lib/python3.4/site-packages/pip/commands/install.py", line 270, in run
wheel_cache
File "/usr/local/lib/python3.4/site-packages/pip/basecommand.py", line 275, in populate_requirement_set
wheel_cache=wheel_cache
File "/usr/local/lib/python3.4/site-packages/pip/req/req_install.py", line 212, in from_line
wheel_cache=wheel_cache, constraint=constraint)
File "/usr/local/lib/python3.4/site-packages/pip/req/req_install.py", line 66, in __init__
req = pkg_resources.Requirement.parse(req)
File "/usr/local/lib/python3.4/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2980, in parse
reqs = list(parse_requirements(s))
File "/usr/local/lib/python3.4/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2924, in parse_requirements
"version spec")
File "/usr/local/lib/python3.4/site-packages/pip/_vendor/pkg_resources/__init__.py", line 2889, in scan_list
raise RequirementParseError(msg, line, "at", line[p:])
pip._vendor.pkg_resources.RequirementParseError: Expected version spec in git+git@github.com:My/repo.git@master#egg=repo at +git@github.com:My/repo.git@master#egg=repo
Metadata
Metadata
Assignees
Labels
C: editableEditable installationsEditable installationsC: vcspip's interaction with version control systems like git, svn and bzrpip's interaction with version control systems like git, svn and bzrauto-lockedOutdated issues that have been locked by automationOutdated issues that have been locked by automationstate: needs discussionThis needs some more discussionThis needs some more discussiontype: bugA confirmed bug or unintended behaviorA confirmed bug or unintended behavior