-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
urwid 2.4.2 and higher break stig #244
Comments
stig requires urwid 2.2.*. This is specified in setup.py.
As a workaround until stig can adapt to the breaking changes in urwid, try
installing stig with pipx.
|
I have stig installed with pipx, but because earlier I had hit issue #238 I had explicitly injected a certain version of urwid. I now removed urwid from the explicit injections and indeed it correctly retains 2.2.* :-) |
urwid >= 2.4.2 breaks stig, see rndusr/stig#244
Ran into this same issue after an Arch update recently. I was using Long live stig! |
Great that stig now works with more recent urwid.
|
Should be fixed in 0.12.10a0.
|
This was an upstream issue in urwid, which is fixed as of urwid 2.6.14. |
I'm on this version (AUR), I'm getting this urwid error:
Arch still is on urwid 2.6.10-3 I've tried installing by using pipx, but it seems that pipx is also broken? it gives me some distutils errors... |
AUR seems to have stig 0.12.6a0-1?
https://aur.archlinux.org/packages/stig
For stig 0.12.10a0 you need urwid 2.6.12 or higher.
Sounds like something you should ask the AUR package maintainer about.
If the pipx Arch package is broken, I'd install it with `pip install --user pipx`. It's going to
pollute ~/.local, but if that's the only package you install with pip, it shouldn't be too bad.
|
It seems somebody just contacted the AUR package mantainer |
The Arch `python-urwid` package has been flagged out of date for a long
time; it's on 2.6.10 but we need >=2.6.12. I've put an updated
`PKGBUILD` which you can use to install `python-urwid=2.6.15` here:
https://github.com/rsekman/python-urwid
|
I'm getting this when compiling your version: |
That is very strange. On my Arch it builds fine, and the only
significant modification from the official `PKGBUILD` is bumping the
version. If you run `pacman -Ql python-setuptools | grep distutils`,
what does that list?
|
Thanks for your reply!
|
Oh, ok, my bad, I had a conflict with the thing being located also on ~/.local |
When stig wasn't working with the latest urwid, I tried several versions to pinpoint which had the breaking changes, which is 2.4.2
Trace:
The text was updated successfully, but these errors were encountered: