pip
pip は Python のパッケージマネージャーである。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 | |
トラブルシューティング
ModuleNotFoundError: No module named 'distutils'
pip install setuptoolsする。
AttributeError: module 'pkgutil' has no attribute 'ImpImporter'. Did you mean: 'zipimporter'?
Python 3.12 固有の問題。Python 3.11 であれば問題ない。