Closed RobertoBagnara closed 1 year ago
This is something that I will fix soon: if there is a VersionConflict, do a full upgrade of all dependencies.
Before the fix is in place, the error message is suggesting that your reqif version is quite outdated:
pkg_resources.VersionConflict: (reqif 0.0.27 (/usr/local/lib/python3.10/dist-packages), Requirement.parse('reqif==0.*,>=0.0.33'))
Notice that you seem to have both system-wide and user-level packages:
/usr/lib/python3/dist-packages
/usr/local/lib/python3.10/dist-packages
/home/roberto/.local/lib/python3.10/site-packages
Do/did you install some packages with sudo
and some not? Stick to one way of installing, otherwise, things can get to undefined behavior.
This happens on Ubuntu 20.04.