実行環境
Windows
実行内容
コマンドプロンプトで以下のコマンドを実行
1 |
pip3 install tensorflow |
エラー内容
1 2 3 |
ERROR: Could not install packages due to an OSError: [Errno 2] No such file or directory:〇〇〇\\Python310\\site-packages\\tensorflow\\include\\external\\com_github_grpc_grpc\\src\\core\\ext\\filters\\client_channel\\lb_policy\\grpclb\\client_load_reporting_filter.h' HINT: This error might have occurred since this system does not have Windows Long Path support enabled. You can find information on how to enable this at https://pip.pypa.io/warnings/enable-long-paths |
対応内容
- Windowsのスタートメニューに「regedit」と入力してレジストリエディタを起動する
- Computer\HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\FileSystem キーに移動する
- LongPathsEnabledそのキーのプロパティの値を編集し、1に設定する
- コマンド再実行