Flit-Core-3.9.0
Ninja-1.11.1
Wheel は Python wheel パッケージング標準に基づいた標準実装の Python ライブラリです。
以下のコマンドを実行して Wheel をコンパイルします。
pip3 wheel -w dist --no-build-isolation --no-deps $PWD
以下のコマンドを実行して Wheel をインストールします。
pip3 install --no-index --find-links=dist wheel
wheel
wheel アーカイブの解凍、圧縮、変換を行うユーティリティーです。