Open kylebarron opened 1 year ago
If I install in a docker image based on quay.io/jupyter/base-notebook:2024-04-15
, then it installs fine for me [I accept that the docker image part may be different]
That image has:
Here is what got me past gyp errors trying to add tslab to quay.io/jupyter/base-notebook:2024-04-15
in a dockerfile:
RUN apt-get update && export DEBIAN_FRONTEND=noninteractive \
&& apt-get -y install --no-install-recommends build-essential cmake \
&& bash /tmp/docker-scripts/common-debian.sh
I'm hitting this issue: https://github.com/nodejs/node-gyp/issues/2219
Downgrading to Python <3.11 works; it looks from the linked issue like you can probably upgrade node-gyp to fix as well?