小编ctr*_*ctr的帖子

如何将kaleido包添加到poetry.lock文件中?

当尝试通过 Poetry 安装“kaleido”时,我收到以下错误消息:

\n
~ poetry add kaleido\nUsing version ^0.2.1 for kaleido\n\nUpdating dependencies\nResolving dependencies... (3.1s)\n\nPackage operations: 1 install, 0 updates, 0 removals\n\n  \xe2\x80\xa2 Installing kaleido (0.2.1.post1): Failed\n\n  RuntimeError\n\n  Unable to find installation candidates for kaleido (0.2.1.post1)\n\n  at ~/.poetry/lib/poetry/installation/chooser.py:72 in choose_for\n       68\xe2\x94\x82\n       69\xe2\x94\x82             links.append(link)\n       70\xe2\x94\x82\n       71\xe2\x94\x82         if not links:\n    \xe2\x86\x92  72\xe2\x94\x82             raise RuntimeError(\n       73\xe2\x94\x82                 "Unable to find installation candidates for {}".format(package)\n       74\xe2\x94\x82             )\n       75\xe2\x94\x82\n       76\xe2\x94\x82         # Get the best link\n
Run Code Online (Sandbox Code Playgroud)\n

然而,“kaleido”出现在诗歌.lock 文件中:

\n
[[package]]\nname = "kaleido"\nversion = "0.2.1.post1"\ndescription = "Static …
Run Code Online (Sandbox Code Playgroud)

python python-poetry

8
推荐指数
1
解决办法
3580
查看次数

标签 统计

python ×1

python-poetry ×1