We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
npm ERR! command failed npm ERR! command sh -c node ./script/install npm ERR! Downloading "https://github.com/microsoft/onnxruntime/releases/download/v1.20.1/onnxruntime-linux-x64-gpu-1.20.1.tgz"... npm ERR! node:internal/deps/undici/undici:11576 npm ERR! Error.captureStackTrace(err, this); npm ERR! ^ npm ERR! npm ERR! TypeError: fetch failed npm ERR! at Object.fetch (node:internal/deps/undici/undici:11576:11) npm ERR! at process.processTicksAndRejections (node:internal/process/task_queues:95:5) { npm ERR! cause: ConnectTimeoutError: Connect Timeout Error npm ERR! at onConnectTimeout (node:internal/deps/undici/undici:8522:28) npm ERR! at node:internal/deps/undici/undici:8480:50 npm ERR! at Immediate._onImmediate (node:internal/deps/undici/undici:8511:13) npm ERR! at process.processImmediate (node:internal/timers:476:21) { npm ERR! code: 'UND_ERR_CONNECT_TIMEOUT' npm ERR! } npm ERR! } npm ERR! npm ERR! Node.js v18.17.0
The fetch doesn't respect http_proxy and https_proxy set in the environment:
fetch
onnxruntime/js/node/script/install.js
Line 83 in 8687011
npm install onnxruntime-node
No response
Other / Unknown
1.20.1
The text was updated successfully, but these errors were encountered:
Should have been fixed by #23242
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
Describe the issue
The
fetch
doesn't respect http_proxy and https_proxy set in the environment:onnxruntime/js/node/script/install.js
Line 83 in 8687011
To reproduce
Urgency
No response
ONNX Runtime Installation
Other / Unknown
ONNX Runtime Version or Commit ID
1.20.1
Execution Provider
Other / Unknown
The text was updated successfully, but these errors were encountered: