2
1

More than 1 year has passed since last update.

ERROR: 〇〇.whl is not a supported wheel on this platform. が出たときの調べ方

Last updated at Posted at 2022-12-23

Python で Wheel ファイルをインストールしよとするときに、下記のようなエラーが出たときには、自分のマシーンが対応しているタグの調べ方を紹介します。

ERROR: 〇〇.whl is not a supported wheel on this platform.

インストールしようとしているマシンで

from pip._internal.utils.compatibility_tags import get_supported
get_supported()

対応しているタグ名のリストを確認できます。

プラットフォームのタグ一覧は↓のページから確認できます。

2
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
2
1