执行命令:pip install hogwarts-browser-use,出现如下报错信息

问题

执行命令:pip install hogwarts-browser-use,出现如下报错信息

报错信息

Installing backend dependencies … done
Preparing metadata (pyproject.toml) … error
error: subprocess-exited-with-error

× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ D:\Program Files\Python\python.exe C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631\vendored-meson\meson\meson.py setup C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631 C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631.mesonpy-de5krwhb -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631.mesonpy-de5krwhb\meson-python-native-file.ini
The Meson build system
Version: 1.2.99
Source dir: C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631
Build dir: C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631.mesonpy-de5krwhb
Build type: native build
Project name: NumPy
Project version: 1.26.4
WARNING: Failed to activate VS environment: Could not find C:\Program Files (x86)\Microsoft Visual Studio\Installer\vswhere.exe

  ..\meson.build:1:0: ERROR: Unknown compiler(s): [['icl'], ['cl'], ['cc'], ['gcc'], ['clang'], ['clang-cl'], ['pgcc']]
  The following exception(s) were encountered:
  Running `icl ""` gave "[WinError 2] 系统找不到指定的文件。"
  Running `cl /?` gave "[WinError 2] 系统找不到指定的文件。"
  Running `cc --version` gave "[WinError 2] 系统找不到指定的文件。"
  Running `gcc --version` gave "[WinError 2] 系统找不到指定的文件。"
  Running `clang --version` gave "[WinError 2] 系统找不到指定的文件。"
  Running `clang-cl /?` gave "[WinError 2] 系统找不到指定的文件。"
  Running `pgcc --version` gave "[WinError 2] 系统找不到指定的文件。"

  A full log can be found at C:\Users\HUAWEI\AppData\Local\Temp\pip-install-mmyv2rg9\numpy_162e5598e5014f06b4f9afd31e3cc631\.mesonpy-de5krwhb\meson-logs\meson-log.txt
  [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.

[notice] A new release of pip is available: 25.1.1 → 25.2
[notice] To update, run: python.exe -m pip install --upgrade pip
error: metadata-generation-failed

× Encountered error while generating package metadata.
╰─> See above for output.

note: This is an issue with the package mentioned above, not pip.
hint: See above for details.

环境

win11