aboutcode-org / aboutcode-org/vulnerablecode
Python version 3.12 and 3.13 do not support "ImpImporter"
- 主要言語
- Python
- スター
- 702
- フォーク
- 328
- 平均マージ
- 3日 8時間
- マージ済み PR(30日)
- 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 はまだ評価されていません。