Ricardo Basto
Ricardo Basto
This is not just LLM slop, the installation on Ubuntu fails (among other reasons) because `\w` is not correctly escaped. I would suggest just changing it to `\\w` but the...
I can confirm that Ubuntu 24.04 also fails due to the attempt to update pip inside the install script. I had to comment that line from the installation script to...
I can confirm that `import ConfigParser` fails on Ubuntu 24.04. The comment right above that line, that says "pam-python is running python 2, so we use the old module here"...