在诗歌中有类似于这个pip的命令吗?
pip install --only-binary=:all:我不想编东西
发布于 2022-05-21 14:51:52
我担心对相反的支持
https://github.com/python-poetry/poetry/pull/5600
因此,既然他们正在进行这项工作,我建议您抓紧时间,并请求只使用二进制的特性。
然而,已经够老了(?)诗歌版本,您可能可以绕过使用pip的选项。
PIP_ONLY_BINARY=:all: poetry install(见https://github.com/python-poetry/poetry/issues/365#issuecomment-711476521)
https://stackoverflow.com/questions/72328936
复制相似问题