lambda-packs icon indicating copy to clipboard operation
lambda-packs copied to clipboard

Not able to use tensorflow serverless

Open malay5 opened this issue 3 years ago • 0 comments

serverless install -u https://github.com/ryfeus/lambda-packs/tree/master/Tensorflow/source -n tensorflow

not working, gives

RequestError: Timeout awaiting 'request' for 30000ms at ClientRequest. (C:\Users\malay\AppData\Roaming\npm\node_modules\serverless\node_modules\got\dist\source\core\index.js:970:65) at Object.onceWrapper (events.js:482:26) at ClientRequest.emit (events.js:387:35) at ClientRequest.emit (domain.js:470:12) at ClientRequest.origin.emit (C:\Users\malay\AppData\Roaming\npm\node_modules\serverless\node_modules@szmarczak\http-timer\dist\source\index.js:43:20) at TLSSocket.socketErrorListener (_http_client.js:475:9) at TLSSocket.emit (events.js:375:28) at TLSSocket.emit (domain.js:470:12) at emitErrorNT (internal/streams/destroy.js:106:8) at emitErrorCloseNT (internal/streams/destroy.js:74:3) at processTicksAndRejections (internal/process/task_queues.js:82:21) at Timeout.timeoutHandler [as _onTimeout] (C:\Users\malay\AppData\Roaming\npm\node_modules\serverless\node_modules\got\dist\source\core\utils\timed-out.js:36:25) at listOnTimeout (internal/timers.js:559:11) at processTimers (internal/timers.js:500:7)

malay5 avatar Aug 07 '22 10:08 malay5