-
Notifications
You must be signed in to change notification settings - Fork 200
New issue
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
Error: libuuid.so.1: cannot open shared object file: No such file or directory #2046
Comments
I'm having trouble reproducing this exactly, but here are a few suggestions that I think will help:
|
Here is an example devbox.json that I got to work on https://devbox.sh: https://github.com/Lagoja/node-canvas/blob/main/devbox.json
|
this solved my problem trying to load zlib when importing numpy. might it make sense to add LD_LIBRARY_PATH by default if devbox.json doesn't specify one? |
I tried it on macOS, but it's not working.
Full stack trace:
|
What happened?
node-canvas dependency breaks the entire node project.
node index.js
is broken.I tired following the solutions here to install libuuid manually but to no avail.
Terminal Output:
Expected output:
The project is working fine inside docker with which the portion shown under expected output was generated.
Steps to reproduce
node index.js
is broken.MWE:
index.js
package.json
2.1. Devbox route to produce the error.
2.2. Docker route produces no errors.
Command
shell
devbox.json
Devbox version
0.10.5
Nix version
2.18.1
What system does this bug occur on?
Linux (x86-64)
Debug logs
No response
The text was updated successfully, but these errors were encountered: