Hi 👋
I was wondering if there are plans to release a new version of purldb-toolkit?
The only version available from PyPI is 0.1.0 which is from February 2024.
I tried installing it, but any command, even a purlcli --help results in ModuleNotFoundError: No module named 'packagedb'.
I thought that it might need packagedb to be installed in the same python environment, but even with that purlcli falls over with ModuleNotFoundError: No module named 'packagedb.package_managers'.
Hi 👋
I was wondering if there are plans to release a new version of purldb-toolkit?
The only version available from PyPI is 0.1.0 which is from February 2024.
I tried installing it, but any command, even a
purlcli --helpresults inModuleNotFoundError: No module named 'packagedb'.I thought that it might need packagedb to be installed in the same python environment, but even with that
purlclifalls over withModuleNotFoundError: No module named 'packagedb.package_managers'.