Unable to install Mediasoup on Windows 10

Hi,

Unable to install Mediasoup on Windows 10.

Error:-

D:\Project-signaling-server> npm install mediasoup
npm ERR! code 1
npm ERR! path D:\Project-signaling-server\node_modules\mediasoup
npm ERR! command failed
npm ERR! command C:\Windows\system32\cmd.exe /d /s /c node npm-scripts.js postinstall
npm ERR! npm-scripts.js [INFO] running task “postinstall”
npm ERR! npm-scripts.js [INFO] buildWorker()
npm ERR! npm-scripts.js [INFO] installMsysMake()
npm ERR! npm-scripts.js [INFO] executeCmd(): C:\Users\Administrator\AppData\Local\Programs\Python\Python311\Scripts\python.exe
npm ERR! C:\Users\Administrator\AppData\Local\Programs\Python\Python311\python.exe worker\scripts\getmake.py
npm ERR! npm-scripts.js [INFO] executeCmd(): make -C worker
npm ERR! make: Entering directory D:\Project\-signaling-server>/node_modules/mediasoup/worker' npm ERR! # Updated pip and setuptools are needed for meson. npm ERR! make: Leaving directory D:\Project-signaling-server/node_modules/mediasoup/worker’
npm ERR! Python 3.10.8 (main, Nov 27 2022, 08:02:42) [MSC v.1929 64 bit (AMD64)] on win32
npm ERR! Type “help”, “copyright”, “credits” or “license” for more information.
npm ERR! >>>
npm ERR! The system cannot find the path specified.
npm ERR! The system cannot find the path specified.
npm ERR! The system cannot find the path specified.
npm ERR! ‘[’ is not recognized as an internal or external command,
npm ERR! operable program or batch file.
npm ERR! process_begin: CreateProcess(NULL, dirname D:\Project-signaling-server/node_modules npm install mediasoup/node_modules/mediasoup/worker/makefile, …) failed.
npm ERR! process_begin: CreateProcess(NULL, pwd, …) failed.
npm ERR! process_begin: CreateProcess(NULL, pwd, …) failed.
npm ERR! process_begin: CreateProcess(NULL, pwd, …) failed.
npm ERR! process_begin: CreateProcess(NULL, pwd, …) failed.
npm ERR! process_begin: CreateProcess(NULL, pwd, …) failed.
npm ERR! process_begin: CreateProcess(NULL, pwd, …) failed.
npm ERR! process_begin: CreateProcess(NULL, # Updated pip and setuptools are needed for meson., …) failed.
npm ERR! make (e=2): The system cannot find the file specified.
npm ERR! make: *** [meson-ninja] Error 2
npm ERR! npm-scripts.js [ERROR] executeCmd() failed, exiting: Error: Command failed: make -C worker

npm ERR! A complete log of this run can be found in:
npm ERR! C:\Users\Administrator\AppData\Local\npm-cache_logs\2023-05-24T05_22_41_338Z-debug-0.log

Looks like you have two Pythons installed, 3.11.x and 3.10.8.