karlcswanson / micboard

Visual monitoring tool for network enabled Shure devices
https://micboard.io
MIT License
65 stars 19 forks source link

Trouble Building #43

Open Jstills4960 opened 8 months ago

Jstills4960 commented 8 months ago

I seem to be having trouble building Micboard. I am following the installation instructions perfectly, but it seems to be giving a ton of errors.

I work in the Production Ministry at a very large multi-site church and we really want to make this work.

sethioy commented 8 months ago

I am having a similar issue, just trying to check this out by building it in terminal. The macos server app does not want to open either. I may just try building it in Ubuntu.

dustenharward commented 7 months ago

I just tried building this on a RaspberryPi (Debian). This package probably needs a solid update to address a bunch of deprecated functions across both Mac and linux....

I am happy to work with someone to provide logs and errors. I did find that the mac build works on OS X version 11.1 but only this version.

dustenharward commented 7 months ago

Here are some details on the debian install on a Raspberry Pi 4:

Issue1: Running this: curl -sL https://deb.nodesource.com/setup_10.x | sudo -E bash - Gives the result: ## Your distribution, identified as "bookworm", is not currently supported, please contact NodeSource at https://github.com/nodesource/distributions/issues if you think this is incorrect or would like your distribution to be considered for support So i try to install version 16 which is the oldest supported version and i end up being able to get to the step "npm install --only=prod" before hitting the errors of:

pm WARN config only Use --omit=dev to omit dev dependencies from the install. npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated npm WARN deprecated figgy-pudding@3.5.2: This module is no longer supported. npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated npm WARN deprecated har-validator@5.1.5: this library is no longer supported npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies npm WARN deprecated uuid@3.4.0: Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details. npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142 npm WARN deprecated tar@2.2.2: This version of tar is no longer supported, and will not receive security updates. Please upgrade asap. npm WARN deprecated popper.js@1.16.1: You can find the new Popper v2 at @popperjs/core, this package is dedicated to the legacy v1 npm ERR! code 1 npm ERR! path /home/lfch/micboard/node_modules/node-sass npm ERR! command failed npm ERR! command sh -c -- node scripts/build.js npm ERR! Building: /usr/bin/node /home/lfch/micboard/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js rebuild --verbose --libsass_ext= --libsass_cflags= --libsass_ldflags= --libsass_library= npm ERR! gyp info it worked if it ends with ok npm ERR! gyp verb cli [ npm ERR! gyp verb cli '/usr/bin/node', npm ERR! gyp verb cli '/home/lfch/micboard/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js', npm ERR! gyp verb cli 'rebuild', npm ERR! gyp verb cli '--verbose', npm ERR! gyp verb cli '--libsass_ext=', npm ERR! gyp verb cli '--libsass_cflags=', npm ERR! gyp verb cli '--libsass_ldflags=', npm ERR! gyp verb cli '--libsass_library=' npm ERR! gyp verb cli ] npm ERR! gyp info using node-gyp@3.8.0 npm ERR! gyp info using node@16.20.2 | linux | arm64 npm ERR! gyp verb command rebuild [] npm ERR! gyp verb command clean [] npm ERR! gyp verb clean removing "build" directory npm ERR! gyp verb command configure [] npm ERR! gyp verb check python checking for Python executable "python2" in the PATH npm ERR! gyp verb which failed Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (/home/lfch/micboard/node_modules/which/which.js:13:12) npm ERR! gyp verb which failed at F (/home/lfch/micboard/node_modules/which/which.js:68:19) npm ERR! gyp verb which failed at E (/home/lfch/micboard/node_modules/which/which.js:80:29) npm ERR! gyp verb which failed at /home/lfch/micboard/node_modules/which/which.js:89:16 npm ERR! gyp verb which failed at /home/lfch/micboard/node_modules/isexe/index.js:42:5 npm ERR! gyp verb which failed at /home/lfch/micboard/node_modules/isexe/mode.js:8:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:202:21) npm ERR! gyp verb which failed python2 Error: not found: python2 npm ERR! gyp verb which failed at getNotFoundError (/home/lfch/micboard/node_modules/which/which.js:13:12) npm ERR! gyp verb which failed at F (/home/lfch/micboard/node_modules/which/which.js:68:19) npm ERR! gyp verb which failed at E (/home/lfch/micboard/node_modules/which/which.js:80:29) npm ERR! gyp verb which failed at /home/lfch/micboard/node_modules/which/which.js:89:16 npm ERR! gyp verb which failed at /home/lfch/micboard/node_modules/isexe/index.js:42:5 npm ERR! gyp verb which failed at /home/lfch/micboard/node_modules/isexe/mode.js:8:5 npm ERR! gyp verb which failed at FSReqCallback.oncomplete (node:fs:202:21) { npm ERR! gyp verb which failed code: 'ENOENT' npm ERR! gyp verb which failed } npm ERR! gyp verb check python checking for Python executable "python" in the PATH npm ERR! gyp verb which succeeded python /usr/bin/python npm ERR! gyp ERR! configure error npm ERR! gyp ERR! stack Error: Command failed: /usr/bin/python -c import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack File "", line 1 npm ERR! gyp ERR! stack import sys; print "%s.%s.%s" % sys.version_info[:3]; npm ERR! gyp ERR! stack ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ npm ERR! gyp ERR! stack SyntaxError: Missing parentheses in call to 'print'. Did you mean print(...)? npm ERR! gyp ERR! stack npm ERR! gyp ERR! stack at ChildProcess.exithandler (node:child_process:402:12) npm ERR! gyp ERR! stack at ChildProcess.emit (node:events:513:28) npm ERR! gyp ERR! stack at maybeClose (node:internal/child_process:1100:16) npm ERR! gyp ERR! stack at Process.ChildProcess._handle.onexit (node:internal/child_process:304:5) npm ERR! gyp ERR! System Linux 6.1.0-rpi8-rpi-v8 npm ERR! gyp ERR! command "/usr/bin/node" "/home/lfch/micboard/node_modules/node-sass/node_modules/node-gyp/bin/node-gyp.js" "rebuild" "--verbose" "--libsass_ext=" "--libsass_cflags=" "--libsass_ldflags=" "--libsass_library=" npm ERR! gyp ERR! cwd /home/lfch/micboard/node_modules/node-sass npm ERR! gyp ERR! node -v v16.20.2 npm ERR! gyp ERR! node-gyp -v v3.8.0 npm ERR! gyp ERR! not ok npm ERR! Build failed with error code: 1

npm ERR! A complete log of this run can be found in: npm ERR! /root/.npm/_logs/2024-02-11T17_06_20_090Z-debug-0.log and i am not able to move forward from here.