Hi all I am new here.
I tried installing crewai by pip install crewai and got this error.
Can please someone tell me any solution for this?
subprocess-exited-with-error
× Preparing metadata (pyproject.toml) did not run successfully.
│ exit code: 1
╰─> [21 lines of output]
+ C:\Users\dipes\OneDrive\Desktop\python fold.venv\Scripts\python.exe C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1\vendored-meson\meson\meson.py setup C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1 C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1.mesonpy-fjlhywsh -Dbuildtype=release -Db_ndebug=if-release -Db_vscrt=md --native-file=C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1.mesonpy-fjlhywsh\meson-python-native-file.ini
The Meson build system
Version: 1.2.99
Source dir: C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1
Build dir: C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1.mesonpy-fjlhywsh
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] The system cannot find the file specified"
Running `cl /?` gave "[WinError 2] The system cannot find the file specified"
Running `cc --version` gave "[WinError 2] The system cannot find the file specified"
Running `gcc --version` gave "[WinError 2] The system cannot find the file specified"
Running `clang --version` gave "[WinError 2] The system cannot find the file specified"
Running `clang-cl /?` gave "[WinError 2] The system cannot find the file specified"
Running `pgcc --version` gave "[WinError 2] The system cannot find the file specified"
A full log can be found at C:\Users\dipes\AppData\Local\Temp\pip-install-5jxelvis\numpy_a500dd9d8d184c60810a78127b948ec1\.mesonpy-fjlhywsh\meson-logs\meson-log.txt
[end of output]