damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)
https://damnever.github.io/pigar/
BSD 3-Clause "New" or "Revised" License
1.66k stars 90 forks source link

have pigar support newer versions of its dependencies: distro, packaging, platformdirs,resolvelib, tenacity #149

Closed kbroch-rivosinc closed 1 year ago

kbroch-rivosinc commented 1 year ago
pigar 2.0.5 requires distro==1.7.0, but you have distro 1.8.0 which is incompatible.
pigar 2.0.5 requires packaging==21.3, but you have packaging 23.0 which is incompatible.
pigar 2.0.5 requires platformdirs==2.5.2, but you have platformdirs 3.0.0 which is incompatible.
pigar 2.0.5 requires resolvelib==0.8.1, but you have resolvelib 0.9.0 which is incompatible.
pigar 2.0.5 requires tenacity==8.1.0, but you have tenacity 8.2.1 which is incompatible.
damnever commented 1 year ago

Try this version: pip install pigar==2.0.6

kbroch-rivosinc commented 1 year ago

Works! Thank you 🙏