Closed sbraz closed 5 months ago
If I try to build the docker container, it fails to install some of the python packages
ERROR: failed to solve: process "/bin/sh -c apk add --no-cache python3-dev py3-pip gcc musl-dev && pip3 install python-ctags3 && apk del python3-dev gcc musl-dev" did not complete successfully: exit code: 1
According to your error it could be the python-ctags3
which fails to install.
This is an unrelated issue. A function relating to ctags was renamed and it causes klaus to fail to start with ctags enabled, even if the ctags package is installed.
Should be renamed to check_have_compatible_ctags
I wonder why this isn't covered in the tests :(
Hi, I think you accidentally renamed a function in 36a6d2c617f1120fe5a58007d796a74e55ea428b. Or you forgot to update https://github.com/jonashaag/klaus/blob/421a481af985383df556a79defa32d603aa22808/klaus/cli.py#L105-L112 I would fine a PR to fix either file but I don't know what's best. In any case,
klaus
3.0.0 doesn't work as-is: