Docker image fails to build correctly #154

Closed
opened 2026-04-24 22:59:37 +02:00 by adam · 3 comments
Owner

Originally created by @develroo on GitHub (Dec 31, 2021).

So pulled the git, ran docker build and this appears


> node-pre-gyp install --fallback-to-build

node-pre-gyp WARN Using needle for node-pre-gyp https download 
node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/zipfile/v0.5.12/node-v72-linux-x64.tar.gz 
node-pre-gyp WARN Pre-built binaries not found for zipfile@0.5.12 and node@12.22.8 (node-v72 ABI, musl) (falling back to source compile with node-gyp) 
gyp ERR! find Python 
gyp ERR! find Python Python is not set from command line or npm configuration
gyp ERR! find Python Python is not set from environment variable PYTHON
gyp ERR! find Python checking if "python" can be used
gyp ERR! find Python - "python" is not in PATH or produced an error
gyp ERR! find Python checking if "python2" can be used
gyp ERR! find Python - "python2" is not in PATH or produced an error
gyp ERR! find Python checking if "python3" can be used
gyp ERR! find Python - "python3" is not in PATH or produced an error
gyp ERR! find Python 
gyp ERR! find Python **********************************************************
gyp ERR! find Python You need to install the latest version of Python.
gyp ERR! find Python Node-gyp should be able to find and use Python. If not,
gyp ERR! find Python you can try one of the following options:
gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable"
gyp ERR! find Python   (accepted by both node-gyp and npm)
gyp ERR! find Python - Set the environment variable PYTHON
gyp ERR! find Python - Set the npm configuration variable python:
gyp ERR! find Python   npm config set python "/path/to/pythonexecutable"
gyp ERR! find Python For more information consult the documentation at:
gyp ERR! find Python https://github.com/nodejs/node-gyp#installation
gyp ERR! find Python **********************************************************
gyp ERR! find Python 
gyp ERR! configure error 
gyp ERR! stack Error: Could not find any Python installation to use
gyp ERR! stack     at PythonFinder.fail (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:307:47)
gyp ERR! stack     at PythonFinder.runChecks (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:136:21)
gyp ERR! stack     at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:179:16)
gyp ERR! stack     at PythonFinder.execFileCallback (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:271:16)
gyp ERR! stack     at exithandler (child_process.js:315:5)
gyp ERR! stack     at ChildProcess.errorhandler (child_process.js:327:5)
gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12)
gyp ERR! stack     at onErrorNT (internal/child_process.js:470:16)
gyp ERR! stack     at processTicksAndRejections (internal/process/task_queues.js:84:21)
gyp ERR! System Linux 5.10.0-8-amd64
gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/node_modules/zipfile/lib/binding/node-v72-linux-x64/zipfile.node" "--module_name=zipfile" "--module_path=/node_modules/zipfile/lib/binding/node-v72-linux-x64" "--napi_version=8" "--node_abi_napi=napi"
gyp ERR! cwd /node_modules/zipfile
gyp ERR! node -v v12.22.8
gyp ERR! node-gyp -v v5.1.0
gyp ERR! not ok 
node-pre-gyp ERR! build error 
node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/node_modules/zipfile/lib/binding/node-v72-linux-x64/zipfile.node --module_name=zipfile --module_path=/node_modules/zipfile/lib/binding/node-v72-linux-x64 --napi_version=8 --node_abi_napi=napi' (1)
node-pre-gyp ERR! stack     at ChildProcess.<anonymous> (/node_modules/node-pre-gyp/lib/util/compile.js:83:29)
node-pre-gyp ERR! stack     at ChildProcess.emit (events.js:314:20)
node-pre-gyp ERR! stack     at maybeClose (internal/child_process.js:1022:16)
node-pre-gyp ERR! stack     at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5)
node-pre-gyp ERR! System Linux 5.10.0-8-amd64
node-pre-gyp ERR! command "/usr/local/bin/node" "/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build"
node-pre-gyp ERR! cwd /node_modules/zipfile
node-pre-gyp ERR! node -v v12.22.8
node-pre-gyp ERR! node-pre-gyp -v v0.10.3
node-pre-gyp ERR! not ok 
Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/node_modules/zipfile/lib/binding/node-v72-linux-x64/zipfile.node --module_name=zipfile --module_path=/node_modules/zipfile/lib/binding/node-v72-linux-x64 --napi_version=8 --node_abi_napi=napi' (1)
added 229 packages in 9.433s

Something is not quite right with the node modules.

Originally created by @develroo on GitHub (Dec 31, 2021). So pulled the git, ran docker build and this appears ``` > node-pre-gyp install --fallback-to-build node-pre-gyp WARN Using needle for node-pre-gyp https download node-pre-gyp WARN Tried to download(403): https://mapbox-node-binary.s3.amazonaws.com/zipfile/v0.5.12/node-v72-linux-x64.tar.gz node-pre-gyp WARN Pre-built binaries not found for zipfile@0.5.12 and node@12.22.8 (node-v72 ABI, musl) (falling back to source compile with node-gyp) gyp ERR! find Python gyp ERR! find Python Python is not set from command line or npm configuration gyp ERR! find Python Python is not set from environment variable PYTHON gyp ERR! find Python checking if "python" can be used gyp ERR! find Python - "python" is not in PATH or produced an error gyp ERR! find Python checking if "python2" can be used gyp ERR! find Python - "python2" is not in PATH or produced an error gyp ERR! find Python checking if "python3" can be used gyp ERR! find Python - "python3" is not in PATH or produced an error gyp ERR! find Python gyp ERR! find Python ********************************************************** gyp ERR! find Python You need to install the latest version of Python. gyp ERR! find Python Node-gyp should be able to find and use Python. If not, gyp ERR! find Python you can try one of the following options: gyp ERR! find Python - Use the switch --python="/path/to/pythonexecutable" gyp ERR! find Python (accepted by both node-gyp and npm) gyp ERR! find Python - Set the environment variable PYTHON gyp ERR! find Python - Set the npm configuration variable python: gyp ERR! find Python npm config set python "/path/to/pythonexecutable" gyp ERR! find Python For more information consult the documentation at: gyp ERR! find Python https://github.com/nodejs/node-gyp#installation gyp ERR! find Python ********************************************************** gyp ERR! find Python gyp ERR! configure error gyp ERR! stack Error: Could not find any Python installation to use gyp ERR! stack at PythonFinder.fail (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:307:47) gyp ERR! stack at PythonFinder.runChecks (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:136:21) gyp ERR! stack at PythonFinder.<anonymous> (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:179:16) gyp ERR! stack at PythonFinder.execFileCallback (/usr/local/lib/node_modules/npm/node_modules/node-gyp/lib/find-python.js:271:16) gyp ERR! stack at exithandler (child_process.js:315:5) gyp ERR! stack at ChildProcess.errorhandler (child_process.js:327:5) gyp ERR! stack at ChildProcess.emit (events.js:314:20) gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:274:12) gyp ERR! stack at onErrorNT (internal/child_process.js:470:16) gyp ERR! stack at processTicksAndRejections (internal/process/task_queues.js:84:21) gyp ERR! System Linux 5.10.0-8-amd64 gyp ERR! command "/usr/local/bin/node" "/usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js" "configure" "--fallback-to-build" "--module=/node_modules/zipfile/lib/binding/node-v72-linux-x64/zipfile.node" "--module_name=zipfile" "--module_path=/node_modules/zipfile/lib/binding/node-v72-linux-x64" "--napi_version=8" "--node_abi_napi=napi" gyp ERR! cwd /node_modules/zipfile gyp ERR! node -v v12.22.8 gyp ERR! node-gyp -v v5.1.0 gyp ERR! not ok node-pre-gyp ERR! build error node-pre-gyp ERR! stack Error: Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/node_modules/zipfile/lib/binding/node-v72-linux-x64/zipfile.node --module_name=zipfile --module_path=/node_modules/zipfile/lib/binding/node-v72-linux-x64 --napi_version=8 --node_abi_napi=napi' (1) node-pre-gyp ERR! stack at ChildProcess.<anonymous> (/node_modules/node-pre-gyp/lib/util/compile.js:83:29) node-pre-gyp ERR! stack at ChildProcess.emit (events.js:314:20) node-pre-gyp ERR! stack at maybeClose (internal/child_process.js:1022:16) node-pre-gyp ERR! stack at Process.ChildProcess._handle.onexit (internal/child_process.js:287:5) node-pre-gyp ERR! System Linux 5.10.0-8-amd64 node-pre-gyp ERR! command "/usr/local/bin/node" "/node_modules/.bin/node-pre-gyp" "install" "--fallback-to-build" node-pre-gyp ERR! cwd /node_modules/zipfile node-pre-gyp ERR! node -v v12.22.8 node-pre-gyp ERR! node-pre-gyp -v v0.10.3 node-pre-gyp ERR! not ok Failed to execute '/usr/local/bin/node /usr/local/lib/node_modules/npm/node_modules/node-gyp/bin/node-gyp.js configure --fallback-to-build --module=/node_modules/zipfile/lib/binding/node-v72-linux-x64/zipfile.node --module_name=zipfile --module_path=/node_modules/zipfile/lib/binding/node-v72-linux-x64 --napi_version=8 --node_abi_napi=napi' (1) added 229 packages in 9.433s ``` Something is not quite right with the node modules.
adam closed this issue 2026-04-24 22:59:37 +02:00
Author
Owner

@advplyr commented on GitHub (Dec 31, 2021):

epub dependency is a pain, I want to replace it eventually because every machine I build on is missing something different.
You'll have to lookup some of those errors, depends on your setup. They are common though.

@advplyr commented on GitHub (Dec 31, 2021): epub dependency is a pain, I want to replace it eventually because every machine I build on is missing something different. You'll have to lookup some of those errors, depends on your setup. They are common though.
Author
Owner

@develroo commented on GitHub (Dec 31, 2021):

Well this is a standard Debian 11 host but a VPS. The Dockerfile should not really require external dependencies, that is not how it is supposed to work

@develroo commented on GitHub (Dec 31, 2021): Well this is a standard Debian 11 host but a VPS. The Dockerfile should not really require external dependencies, that is not how it is supposed to work
Author
Owner

@advplyr commented on GitHub (Dec 31, 2021):

Not how it is supposed to work? You are building the docker container yourself. You can just use the builds I've been releasing on docker hub so you don't need to install any node dependencies.

@advplyr commented on GitHub (Dec 31, 2021): Not how it is supposed to work? You are building the docker container yourself. You can just use the builds I've been releasing on docker hub so you don't need to install any node dependencies.
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/audiobookshelf#154