AWS:错误:错误:找不到与pipenv-to-requiremnets匹配的版本

时间:2020-02-13 12:22:50

标签: python django amazon-web-services

我错过了pipenv-to-requiremnets的类型,然后立即尝试了pipenv-to-requirements。 然后,获取此日志消息时出错:

Installing pipenv-to-requirements…
Adding pipenv-to-requirements to Pipfile's [packages]…
✔ Installation Succeeded 
Pipfile.lock (15510c) out of date, updating to (b1d4ac)…
Locking [dev-packages] dependencies…
✔ Success! 
Locking [packages] dependencies…
✘ Locking Failed! 
[pipenv.exceptions.ResolutionFailure]:   File "/usr/local/Cellar/pipenv/2018.11.26_2/libexec/lib/python3.7/site-
....
...
[pipenv.exceptions.ResolutionFailure]:       pipenv.exceptions.ResolutionFailure: ERROR: ERROR: Could not find a version that matches pipenv-to-requiremnets
[pipenv.exceptions.ResolutionFailure]:       No versions found
[pipenv.exceptions.ResolutionFailure]: Warning: Your dependencies could not be resolved. You likely have a mismatch in your sub-dependencies.
  First try clearing your dependency cache with $ pipenv lock --clear, then try the original command again.
 Alternatively, you can use $ pipenv install --skip-lock to bypass this mechanism, then run $ pipenv graph to inspect the situation.
  Hint: try $ pipenv lock --pre if it is a pre-release dependency.
ERROR: ERROR: Could not find a version that matches pipenv-to-requiremnets
No versions found
Was https://pypi.org/simple reachable?

可以吗?或如何解决?这是什么意思?我无法进行下一步...

0 个答案:

没有答案