Jason

Results 3 comments of Jason

The log indicated that systemctl managed cache builder cannot find the right kubeconfig (which located at `~/.kube/config`). cache_builder support setting kubeconfig by flag https://github.com/bonnefoa/kubectl-fzf/blob/af8ac639c501b274aecb18bbddb709f433ef4a30/cmd/cache_builder/main.go#L56-L60 So just set the absolute path...

The latest release of [3b1b/manim](https://github.com/3b1b/manim/releases/tag/v1.6.1) was not contain with `manimlib.sence.interactive_scene`. Follow this way for git install: - Windows: https://github.com/3b1b/manim#directly-windows - MacOS: https://github.com/3b1b/manim#mac-osx Also, some of the 3b1b's scene uses features...

This issue is because of the breaking changes introduced in [`setuptools==58`](https://setuptools.pypa.io/en/latest/history.html#v58-0-0) dropped the support of 2to3. Reference: pypa/setuptools#2086 Temporary solution: ```shell pip3 install --upgrade setuptools==57 ``` Then: ```shell pip3 install...