Jupyterlabのインストールでエラーが出ます。対応を教えていただけないでしょうか。
解決したいこと
pythonのインストール後にJupyterlabをインストールしたい。
こんにちは。
Windows 10のPCを使っていた時に、pythonをJupyterlabで使用していました。新しいWindows 11のPCを購入し、同様な設定を試みましたが、Jupyterlabをインストールすると、
エラー1
Building wheels for collected packages: psutil
Building wheel for psutil (pyproject.toml) ... error
error: subprocess-exited-with-error
× Building wheel for psutil (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [46 lines of output]
エラー2
C:\Users\sweet\AppData\Local\Programs\Python\Python311\include\pyconfig.h(59): fatal error C1083: include ファイルを開けません。'io.h':No such file or directory
error: command 'C:\\Program Files (x86)\\Microsoft Visual Studio\\2022\\BuildTools\\VC\\Tools\\MSVC\\14.33.31629\\bin\\HostX86\\x64\\cl.exe' failed with exit code 2
[end of output]
note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for psutil
Failed to build psutil
ERROR: Could not build wheels for psutil, which is required to install pyproject.toml-based projects
のようにエラーが出てしまします。
コマンドプロンプトは管理者で、pythonのインストールも管理者で行いました。
Microsoft Visual Studio\2022もインストールしてみたのですが駄目でした。
これまでJupyterlabで作業してきたので使えるようにしたいので、助けていただけたら幸いです。よろしくお願いいたします。
0