Package isn't downloadable #11

Closed
opened 2025-07-27 15:43:38 +00:00 by FrauJulian · 0 comments
FrauJulian commented 2025-07-27 15:43:38 +00:00 (Migrated from github.com)
PS C:\Users\frauj\WebstormProjects\Discord-Bot> npm i discord-audio-stream
npm warn deprecated npmlog@5.0.1: This package is no longer supported.
npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported
npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported.
npm warn deprecated gauge@3.0.2: This package is no longer supported.
npm warn cleanup Failed to remove some directories [
npm warn cleanup   [
npm warn cleanup     '\\\\?\\C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static',
npm warn cleanup     [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\ffmpeg-static'] {
npm warn cleanup       errno: -4082,
npm warn cleanup       code: 'EBUSY',
npm warn cleanup       syscall: 'rmdir',
npm warn cleanup       path: 'C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static'
npm warn cleanup     }
npm warn cleanup   ],
npm warn cleanup   [
npm warn cleanup     'C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static',
npm warn cleanup     [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\ffmpeg-static'] {
npm warn cleanup       errno: -4082,
npm warn cleanup       code: 'EBUSY',
npm warn cleanup       syscall: 'rmdir',
npm warn cleanup       path: 'C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static'                                                                             
npm warn cleanup     }
npm warn cleanup   ]
npm warn cleanup ]
npm error code 1                                                                                                                                                                        
npm error path C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus
npm error command failed
npm error command C:\Windows\system32\cmd.exe /d /s /c node-pre-gyp install --fallback-to-build
npm error Failed to execute 'C:\nvm4w\nodejs\node.exe C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --mo
dule=C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown\opus.node --module_name=opus --module_path=C:\Users\f
rauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown --napi_version=10 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
npm error node-pre-gyp info it worked if it ends with ok
npm error node-pre-gyp info using node-pre-gyp@0.4.5
npm error node-pre-gyp info using node@24.4.1 | win32 | x64
npm error node-pre-gyp info check checked for "C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown\opus.node" (not found)
npm error node-pre-gyp http GET https://github.com/discordjs/opus/releases/download/v0.10.0/opus-v0.10.0-node-v137-napi-v3-win32-x64-unknown-unknown.tar.gz
npm error node-pre-gyp ERR! install response status 404 Not Found on https://github.com/discordjs/opus/releases/download/v0.10.0/opus-v0.10.0-node-v137-napi-v3-win32-x64-unknown-unknown.tar.gz
npm error node-pre-gyp WARN Pre-built binaries not installable for @discordjs/opus@0.10.0 and node@24.4.1 (node-v137 ABI, unknown) (falling back to source compile with node-gyp)       
npm error node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/discordjs/opus/releases/download/v0.10.0/opus-v0.10.0-node-v137-napi-v3-win32-x64-unknown-unknown.tar.gz
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@11.2.0
npm error gyp info using node@24.4.1 | win32 | x64
npm error gyp info ok
npm error gyp info it worked if it ends with ok
npm error gyp info using node-gyp@11.2.0
npm error gyp info using node@24.4.1 | win32 | x64
npm error (node:10336) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated.
npm error (Use `node --trace-deprecation ...` to show where the warning was created)
npm error gyp ERR! find Python
npm error gyp ERR! find Python Python is not set from command line or npm configuration
npm error gyp ERR! find Python Python is not set from environment variable PYTHON
npm error gyp ERR! find Python checking if the py launcher can be used to find Python 3
npm error gyp ERR! find Python - executable path is ""
npm error gyp ERR! find Python - "" could not be run
npm error gyp ERR! find Python checking if "python3" can be used
npm error gyp ERR! find Python - executable path is ""
npm error gyp ERR! find Python - "" could not be run
npm error gyp ERR! find Python checking if "python" can be used
npm error gyp ERR! find Python - executable path is ""
npm error gyp ERR! find Python - "" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python311\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python311\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python311\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python311\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python311-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python311-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python311-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python311-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python311-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files (x86)\Python311-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python310\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python310\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python310\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python310\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python310-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python310-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python310-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python310-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python310-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files (x86)\Python310-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python39\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python39\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python39\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python39\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python39-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python39-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python39-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python39-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python39-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files (x86)\Python39-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python38\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python38\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python38\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python38\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python38-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python38-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files\Python38-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files\Python38-32\python.exe" could not be run
npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python38-32\python.exe
npm error gyp ERR! find Python - version is ""
npm error gyp ERR! find Python - version is  - should be >=3.6.0
npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED
npm error gyp ERR! find Python - "C:\Program Files (x86)\Python38-32\python.exe" could not be run
npm error gyp ERR! find Python
npm error gyp ERR! find Python **********************************************************
npm error gyp ERR! find Python You need to install the latest version of Python.
npm error gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
npm error gyp ERR! find Python you can try one of the following options:
npm error gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe"
npm error gyp ERR! find Python (accepted by both node-gyp and npm)
npm error gyp ERR! find Python - Set the environment variable PYTHON
npm error gyp ERR! find Python - Set the npm configuration variable python:
npm error gyp ERR! find Python npm config set python "C:\Path\To\python.exe"
npm error gyp ERR! find Python For more information consult the documentation at:
npm error gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
npm error gyp ERR! find Python **********************************************************
npm error gyp ERR! find Python
npm error gyp ERR! configure error
npm error gyp ERR! stack Error: Could not find any Python installation to use
npm error gyp ERR! stack at PythonFinder.fail (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:306:11)
npm error gyp ERR! stack at PythonFinder.findPython (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:164:17)
npm error gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:105:5)
npm error gyp ERR! stack at async configure (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\lib\configure.js:27:18)
npm error gyp ERR! stack at async run (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js:81:18)
npm error gyp ERR! System Windows_NT 10.0.26100
npm error gyp ERR! command "C:\\nvm4w\\nodejs\\node.exe" "C:\\Users\\frauj\\AppData\\Local\\nvm\\v24.4.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fa
llback-to-build" "--module=C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\@discordjs\\opus\\prebuild\\node-v137-napi-v3-win32-x64-unknown-unknown\\opus.node" "--module_
name=opus" "--module_path=C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\@discordjs\\opus\\prebuild\\node-v137-napi-v3-win32-x64-unknown-unknown" "--napi_version=10" "--node_abi_napi=napi" "--napi_build_version=3" "--node_napi_label=napi-v3"
npm error gyp ERR! cwd C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus
npm error gyp ERR! node -v v24.4.1
npm error gyp ERR! node-gyp -v v11.2.0
npm error gyp ERR! not ok
npm error node-pre-gyp ERR! build error
npm error node-pre-gyp ERR! stack Error: Failed to execute 'C:\nvm4w\nodejs\node.exe C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js con
figure --fallback-to-build --module=C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown\opus.node --module_nam
e=opus --module_path=C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown --napi_version=10 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1)
npm error node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\node-pre-gyp\lib\util\compile.js:85:20)
npm error node-pre-gyp ERR! stack     at ChildProcess.emit (node:events:507:28)
npm error node-pre-gyp ERR! stack     at maybeClose (node:internal/child_process:1101:16)
npm error node-pre-gyp ERR! stack     at ChildProcess._handle.onexit (node:internal/child_process:305:5)
npm error node-pre-gyp ERR! System Windows_NT 10.0.26100
npm error node-pre-gyp ERR! command "C:\\nvm4w\\nodejs\\node.exe" "C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\@discordjs\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build"
npm error node-pre-gyp ERR! cwd C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus
npm error node-pre-gyp ERR! node -v v24.4.1
npm error node-pre-gyp ERR! node-pre-gyp -v v0.4.5
npm error node-pre-gyp ERR! not ok
npm error A complete log of this run can be found in: C:\Users\frauj\AppData\Local\npm-cache\_logs\2025-07-27T15_43_03_962Z-debug-0.log
``` PS C:\Users\frauj\WebstormProjects\Discord-Bot> npm i discord-audio-stream npm warn deprecated npmlog@5.0.1: This package is no longer supported. npm warn deprecated rimraf@3.0.2: Rimraf versions prior to v4 are no longer supported npm warn deprecated are-we-there-yet@2.0.0: This package is no longer supported. npm warn deprecated gauge@3.0.2: This package is no longer supported. npm warn cleanup Failed to remove some directories [ npm warn cleanup [ npm warn cleanup '\\\\?\\C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static', npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\ffmpeg-static'] { npm warn cleanup errno: -4082, npm warn cleanup code: 'EBUSY', npm warn cleanup syscall: 'rmdir', npm warn cleanup path: 'C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static' npm warn cleanup } npm warn cleanup ], npm warn cleanup [ npm warn cleanup 'C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static', npm warn cleanup [Error: EBUSY: resource busy or locked, rmdir 'C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\ffmpeg-static'] { npm warn cleanup errno: -4082, npm warn cleanup code: 'EBUSY', npm warn cleanup syscall: 'rmdir', npm warn cleanup path: 'C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\ffmpeg-static' npm warn cleanup } npm warn cleanup ] npm warn cleanup ] npm error code 1 npm error path C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus npm error command failed npm error command C:\Windows\system32\cmd.exe /d /s /c node-pre-gyp install --fallback-to-build npm error Failed to execute 'C:\nvm4w\nodejs\node.exe C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js configure --fallback-to-build --mo dule=C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown\opus.node --module_name=opus --module_path=C:\Users\f rauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown --napi_version=10 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1) npm error node-pre-gyp info it worked if it ends with ok npm error node-pre-gyp info using node-pre-gyp@0.4.5 npm error node-pre-gyp info using node@24.4.1 | win32 | x64 npm error node-pre-gyp info check checked for "C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown\opus.node" (not found) npm error node-pre-gyp http GET https://github.com/discordjs/opus/releases/download/v0.10.0/opus-v0.10.0-node-v137-napi-v3-win32-x64-unknown-unknown.tar.gz npm error node-pre-gyp ERR! install response status 404 Not Found on https://github.com/discordjs/opus/releases/download/v0.10.0/opus-v0.10.0-node-v137-napi-v3-win32-x64-unknown-unknown.tar.gz npm error node-pre-gyp WARN Pre-built binaries not installable for @discordjs/opus@0.10.0 and node@24.4.1 (node-v137 ABI, unknown) (falling back to source compile with node-gyp) npm error node-pre-gyp WARN Hit error response status 404 Not Found on https://github.com/discordjs/opus/releases/download/v0.10.0/opus-v0.10.0-node-v137-napi-v3-win32-x64-unknown-unknown.tar.gz npm error gyp info it worked if it ends with ok npm error gyp info using node-gyp@11.2.0 npm error gyp info using node@24.4.1 | win32 | x64 npm error gyp info ok npm error gyp info it worked if it ends with ok npm error gyp info using node-gyp@11.2.0 npm error gyp info using node@24.4.1 | win32 | x64 npm error (node:10336) [DEP0190] DeprecationWarning: Passing args to a child process with shell option true can lead to security vulnerabilities, as the arguments are not escaped, only concatenated. npm error (Use `node --trace-deprecation ...` to show where the warning was created) npm error gyp ERR! find Python npm error gyp ERR! find Python Python is not set from command line or npm configuration npm error gyp ERR! find Python Python is not set from environment variable PYTHON npm error gyp ERR! find Python checking if the py launcher can be used to find Python 3 npm error gyp ERR! find Python - executable path is "" npm error gyp ERR! find Python - "" could not be run npm error gyp ERR! find Python checking if "python3" can be used npm error gyp ERR! find Python - executable path is "" npm error gyp ERR! find Python - "" could not be run npm error gyp ERR! find Python checking if "python" can be used npm error gyp ERR! find Python - executable path is "" npm error gyp ERR! find Python - "" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python311\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python311\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python311\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python311\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python311-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python311-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python311-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python311-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python311-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files (x86)\Python311-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python310\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python310\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python310\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python310\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python310-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python310-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python310-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python310-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python310-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files (x86)\Python310-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python39\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python39\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python39\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python39\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python39-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python39-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python39-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python39-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python39-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files (x86)\Python39-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python38\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python38\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python38\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python38\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Users\frauj\AppData\Local\Programs\Python\Python38-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Users\frauj\AppData\Local\Programs\Python\Python38-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files\Python38-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files\Python38-32\python.exe" could not be run npm error gyp ERR! find Python checking if Python is C:\Program Files (x86)\Python38-32\python.exe npm error gyp ERR! find Python - version is "" npm error gyp ERR! find Python - version is - should be >=3.6.0 npm error gyp ERR! find Python - THIS VERSION OF PYTHON IS NOT SUPPORTED npm error gyp ERR! find Python - "C:\Program Files (x86)\Python38-32\python.exe" could not be run npm error gyp ERR! find Python npm error gyp ERR! find Python ********************************************************** npm error gyp ERR! find Python You need to install the latest version of Python. npm error gyp ERR! find Python Node-gyp should be able to find and use Python. If not, npm error gyp ERR! find Python you can try one of the following options: npm error gyp ERR! find Python - Use the switch --python="C:\Path\To\python.exe" npm error gyp ERR! find Python (accepted by both node-gyp and npm) npm error gyp ERR! find Python - Set the environment variable PYTHON npm error gyp ERR! find Python - Set the npm configuration variable python: npm error gyp ERR! find Python npm config set python "C:\Path\To\python.exe" npm error gyp ERR! find Python For more information consult the documentation at: npm error gyp ERR! find Python https://github.com/nodejs/node-gyp#installation npm error gyp ERR! find Python ********************************************************** npm error gyp ERR! find Python npm error gyp ERR! configure error npm error gyp ERR! stack Error: Could not find any Python installation to use npm error gyp ERR! stack at PythonFinder.fail (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:306:11) npm error gyp ERR! stack at PythonFinder.findPython (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\lib\find-python.js:164:17) npm error gyp ERR! stack at process.processTicksAndRejections (node:internal/process/task_queues:105:5) npm error gyp ERR! stack at async configure (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\lib\configure.js:27:18) npm error gyp ERR! stack at async run (C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js:81:18) npm error gyp ERR! System Windows_NT 10.0.26100 npm error gyp ERR! command "C:\\nvm4w\\nodejs\\node.exe" "C:\\Users\\frauj\\AppData\\Local\\nvm\\v24.4.1\\node_modules\\npm\\node_modules\\node-gyp\\bin\\node-gyp.js" "configure" "--fa llback-to-build" "--module=C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\@discordjs\\opus\\prebuild\\node-v137-napi-v3-win32-x64-unknown-unknown\\opus.node" "--module_ name=opus" "--module_path=C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\@discordjs\\opus\\prebuild\\node-v137-napi-v3-win32-x64-unknown-unknown" "--napi_version=10" "--node_abi_napi=napi" "--napi_build_version=3" "--node_napi_label=napi-v3" npm error gyp ERR! cwd C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus npm error gyp ERR! node -v v24.4.1 npm error gyp ERR! node-gyp -v v11.2.0 npm error gyp ERR! not ok npm error node-pre-gyp ERR! build error npm error node-pre-gyp ERR! stack Error: Failed to execute 'C:\nvm4w\nodejs\node.exe C:\Users\frauj\AppData\Local\nvm\v24.4.1\node_modules\npm\node_modules\node-gyp\bin\node-gyp.js con figure --fallback-to-build --module=C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown\opus.node --module_nam e=opus --module_path=C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus\prebuild\node-v137-napi-v3-win32-x64-unknown-unknown --napi_version=10 --node_abi_napi=napi --napi_build_version=3 --node_napi_label=napi-v3' (1) npm error node-pre-gyp ERR! stack at ChildProcess.<anonymous> (C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\node-pre-gyp\lib\util\compile.js:85:20) npm error node-pre-gyp ERR! stack at ChildProcess.emit (node:events:507:28) npm error node-pre-gyp ERR! stack at maybeClose (node:internal/child_process:1101:16) npm error node-pre-gyp ERR! stack at ChildProcess._handle.onexit (node:internal/child_process:305:5) npm error node-pre-gyp ERR! System Windows_NT 10.0.26100 npm error node-pre-gyp ERR! command "C:\\nvm4w\\nodejs\\node.exe" "C:\\Users\\frauj\\WebstormProjects\\Discord-Bot\\node_modules\\@discordjs\\node-pre-gyp\\bin\\node-pre-gyp" "install" "--fallback-to-build" npm error node-pre-gyp ERR! cwd C:\Users\frauj\WebstormProjects\Discord-Bot\node_modules\@discordjs\opus npm error node-pre-gyp ERR! node -v v24.4.1 npm error node-pre-gyp ERR! node-pre-gyp -v v0.4.5 npm error node-pre-gyp ERR! not ok npm error A complete log of this run can be found in: C:\Users\frauj\AppData\Local\npm-cache\_logs\2025-07-27T15_43_03_962Z-debug-0.log ```
Sign in to join this conversation.
No labels
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: fraujulian/Discord-Audio-Stream#11