aboutcode-org / aboutcode-org/vulnerablecode
Python version 3.12 and 3.13 do not support "ImpImporter"
- Langage dominant
- Python
- Étoiles
- 702
- Forks
- 328
- Merge moyen
- 3 j 8 h
- PR mergées (30 j)
- 3
Description
The Newer version of Python do not support "ImpImporter" while making the installation. Running command "make test" will give the following error message :
register_finder(pkgutil.ImpImporter, find_on_path)
^^^^^^^^^^^^^^^^^^^
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
The newer versions has removed "ImpImporter" from its "pkgutil" module.
I would like to suggest to mention about it in the [Installation docs](https://vulnerablecode.readthedocs.io/en/latest/installation.html) to depreciate the version to 3.11 so that all the commands can run.
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.