Poetry
Faq
install-failure-invalid-hashes
python-poetry-install-failure-invalid-hashes
在poetry 安装过程中意外退出, 可能会导致缓存污染造成安装失败.
此时只需清理缓存目录即可.
rm -r ~/Library/Caches/pypoetry/cache
rm -r ~/Library/Caches/pypoetry/artifacts
not supporting PEP 517 builds
- not supporting PEP 517 builds
- not specifying PEP 517 build requirements correctly
- the build requirements are incompatible with your operating system or Python version
- the build requirements are missing system dependencies (eg: compilers, libraries, headers).
更新/回退依赖版本