Skip to content

Instantly share code, notes, and snippets.

@morenoh149
Created May 13, 2020 01:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save morenoh149/0b06b466204684c9684f2abc6a410e09 to your computer and use it in GitHub Desktop.
Save morenoh149/0b06b466204684c9684f2abc6a410e09 to your computer and use it in GitHub Desktop.
$ pipenv lock
Locking [dev-packages] dependencies…
✔ Success!
Locking [packages] dependencies…
✘ Locking Failed!
Traceback (most recent call last):
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 126, in <module>
main()
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 119, in main
parsed.requirements_dir, parsed.packages)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 85, in _main
requirements_dir=requirements_dir,
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 69, in resolve
req_dir=requirements_dir
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/utils.py", line 726, in resolve_deps
req_dir=req_dir,
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/utils.py", line 477, in actually_resolve_deps
deps, index_lookup, markers_lookup, project, sources,
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/utils.py", line 224, in get_resolver_metadata
req = Requirement.from_line(dep)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 1092, in from_line
r = FileRequirement.from_line(line_with_prefix, extras=extras)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 548, in from_line
return cls.create(**arg_dict)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 469, in create
ireq = pip_shims.shims.install_req_from_editable(_line)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/patched/notpip/_internal/req/constructors.py", line 152, in install_req_from_editable
name, url, extras_override = parse_editable(editable_req)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/patched/notpip/_internal/req/constructors.py", line 98, in parse_editable
editable_req
pipenv.patched.notpip._internal.exceptions.InstallationError: https://github.com/morenoh149/django-flaggit/tarball/v0.1.0 should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 126, in <module>
main()
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 119, in main
parsed.requirements_dir, parsed.packages)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 85, in _main
requirements_dir=requirements_dir,
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/resolver.py", line 69, in resolve
req_dir=requirements_dir
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/utils.py", line 726, in resolve_deps
req_dir=req_dir,
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/utils.py", line 477, in actually_resolve_deps
deps, index_lookup, markers_lookup, project, sources,
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/utils.py", line 224, in get_resolver_metadata
req = Requirement.from_line(dep)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 1092, in from_line
r = FileRequirement.from_line(line_with_prefix, extras=extras)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 548, in from_line
return cls.create(**arg_dict)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/vendor/requirementslib/models/requirements.py", line 469, in create
ireq = pip_shims.shims.install_req_from_editable(_line)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/patched/notpip/_internal/req/constructors.py", line 152, in install_req_from_editable
name, url, extras_override = parse_editable(editable_req)
File "/Users/harrymoreno/Library/Python/3.7/lib/python/site-packages/pipenv/patched/notpip/_internal/req/constructors.py", line 98, in parse_editable
editable_req
pipenv.patched.notpip._internal.exceptions.InstallationError: https://github.com/morenoh149/django-flaggit/tarball/v0.1.0 should either be a path to a local project or a VCS url beginning with svn+, git+, hg+, or bzr+
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment