damnever / pigar

:coffee: A tool to generate requirements.txt for Python project, and more than that. (IT IS NOT A PACKAGE MANAGEMENT TOOL)

Home Page:https://damnever.github.io/pigar/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

kbroch-rivosinc opened this issue · comments

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.

Try this version: pip install pigar==2.0.6

Works! Thank you 🙏