error when generating lock file if Pipfile contains incomplete dependency version #5426
vishal180618
started this conversation in
Show and tell
Replies: 1 comment
-
Please see my response here: #5428 (comment) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
pipenv.patched.notpip._vendor.resolvelib.resolvers.InconsistentCandidate: Provided candidate LinkCandidate('https://files.pythonhosted.org/packages/c3/06/e0300cb5f9b5ff9b6d0accdd3536c01bd2300f8154781455914752ab8903/marshmallow-3.18.0-py3-none-any.whl#sha256=35e02a3a06899c9119b785c12a22f4cda361745d66a71ab691fd7610202ae104 (from https://pypi.org/simple/marshmallow/) (requires-python:>=3.7)') does not satisfy SpecifierRequirement('marshmallow~=3.3'), SpecifierRequirement('marshmallow~=3.3.0')
Pipfile content
abcd contains marshmallow
~=3.3
in setup.pyBeta Was this translation helpful? Give feedback.
All reactions