aboutcode-org / aboutcode-org/vulnerablecode
Python version 3.12 and 3.13 do not support "ImpImporter"
未关闭
- 主要语言
- Python
- 星标
- 702
- 派生
- 328
- 平均合并
- 3 天 8 小时
- 30 天内合并 PR
- 3
描述
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.
贡献指南
这个仓库没有索引到贡献指南
评估
这个 Issue 还没有评估数据。