Ale*_*tov 5 python python-poetry
我在做
poetry lock
Run Code Online (Sandbox Code Playgroud)
然后我打开poetry.lock文件并看到该metadata.files块不包含哈希值:
[metadata.files]
aiohttp = []
aiosignal = []
apscheduler = []
...
Run Code Online (Sandbox Code Playgroud)
以前,不是这样的。空哈希的原因可能是什么?
您可能遇到这个问题https://github.com/python-poetry/poetry/issues/5970
只需升级到诗歌 1.1.14 或 1.2 系列的预发行版即可。