doc75

Results 36 comments of doc75

Result of `/opt/saltstack/salt/bin/python3 -c "from augeas import Augeas"` on **3006.10** ``` ``` on **3006.12** ``` Traceback (most recent call last): File "", line 1, in File "/opt/saltstack/salt/extras-3.10/augeas/__init__.py", line 35, in...

> How is `python-augeas` being installed? with the command `salt-pip install python-augeas`

I first uninstalled it with `salt-pip uninstall python-augeas` Then reinstall it with `RELENV_BUILDENV=1 salt-pip install python-augeas` I have the exact same message reported by @hurzhurz : ```bash Traceback (most recent...

@hurzhurz it seems that you are seeing my answer before I edited it 😢 Indeed I realized that I was missing `gcc` and `libaugeas-dev`. I added them and the install...

Here is what I just did: ```bash root@host ~ # /opt/saltstack/salt/bin/relenv toolchain fetch Toolchain directory: /root/.local/relenv/toolchain Downloading https://packages.broadcom.com/artifactory/saltproject-generic/relenv/0.17.4/toolchain/x86_64/x86_64-linux-gnu.tar.xz -> /root/.local/relenv/toolchain/x86_64-linux-gnu.tar.xz root@host ~ # salt-pip uninstall python-augeas Found existing installation: python-augeas...

Reproduced when trying to install the docker version 2.9.0 with PostgreSql from scratch. Procedure already tested on older version without any version (but before 2.6 as far as I can...