SoftwareUnderstanding / inspect4py

Static code analysis package for Python repositories
https://inspect4py.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
28 stars 10 forks source link

Problematic incompatibilities in libs #379

Open dgarijo opened 1 year ago

dgarijo commented 1 year ago

Inspect4py installs, but it produces this error:

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.
twine 3.7.1 requires importlib-metadata>=3.6, which is not installed.
twine 3.7.1 requires keyring>=15.1, which is not installed.
morph-kgc 1.6.0 requires numpy, which is not installed.
morph-kgc 1.6.0 requires pandas>=1.3.0, which is not installed.
morph-kgc 1.6.0 requires rdflib>=6.1.1, which is not installed.

It does not look difficult to address.