I believe there are some issues with the dependency definitions:
Per the README, I ran pip install argus-recon, but was unable to run argus without also running pip install cmd2. I believe cmd2 is missing from pyproject.toml.
However, doing that results in another issue:
ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the following dependency conflicts.
cmd2 3.1.0 requires rich>=14.1.0, but you have rich 13.9.4 which is incompatible.
The allowed versions for rich in requirements.txt don't match what is in pyproject.toml.
I believe there are some issues with the dependency definitions:
Per the README, I ran
pip install argus-recon, but was unable to runarguswithout also runningpip install cmd2. I believecmd2is missing frompyproject.toml.However, doing that results in another issue:
The allowed versions for
richinrequirements.txtdon't match what is inpyproject.toml.