Address
304 North Cardinal St.
Dorchester Center, MA 02124

Work Hours
Monday to Friday: 7AM - 7PM
Weekend: 10AM - 5PM

Pythonでpip install時にエラー「Getting requirements to build wheel did not run successfully」が出る場合の解決方法

今回はWindows11のパソコンのPythonに新しいライブラリをpip installしようとしてエラーメッセージ「Getting requirements to build wheel did not run successfully」がでたときに解決した方法をメモしておきます。

エラー:Getting requirements to build wheel did not run successfully

Windows11Proの新しいPCを買ったので、それにPython3.13をインストールしてからライブラリとしてBeautifulsoup4をpip installしようとしました。すると次の画像のようになりました。

Python pip erro Getting requirements to build wheel did not run successfully

表示されたエラーは、

Getting requirements to build wheel did not run successfully

というものでした。これは、wheelをビルドするために必要な条件・環境を取得するのに失敗したというメッセージです。ここでいうwheelとはPythonのパッケージのデータの形式です。

解決方法

このエラーの解決方法はwheelというライブラリをインストールするだけです。

Windowsの場合は次のようにします。

py -3.13 -m pip install wheel

これを実行してから、beautifulsoup4をインストールし直したのが次の画像です。

Python pip install wheel

このように上手くいきました。

世界最大の動画学習サイトUdemyで、プログラミングを最速でマスターしましょう。

Udemy
愛を分かち合いましょう