Eugen
Eugen
``` docker-compose run book bash ... Step 4/10 : RUN curl -sSL https://deb.nodesource.com/gpgkey/nodesource.gpg.key | apt-key add - && VERSION=node_12.x && DISTRO="$(lsb_release -s -c)" && echo "deb https://deb.nodesource.com/$VERSION $DISTRO main" |...
Luigi claims it supports [python3.12](https://github.com/spotify/luigi/blob/master/pyproject.toml#L12), but fails to start central scheduler at runtime due to deprecated and removed package [pkg_resources](https://github.com/python/cpython/issues/95299). ```bash > mkvirtualenv --python=3.12 luigi > python --version Python 3.12.9...