-
-
Notifications
You must be signed in to change notification settings - Fork 93
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
install tui with pip in archlinux #57
Comments
It's because it's |
It doesn't for me either (macOS):
|
@pawamoy nope
when launching as mentioned installing python-asciimatics and aria2p outwith pip works |
@cirrusUK try wrapping it in quotes, it seems zsh is trying to do smart things with the brackets: Also the And someone added aria2p in AUR if you want! EDIT: sorry I see you already mentioned it 🙂 |
@NightMachinary, I will investigate later with you on MacOS |
pawamoy Regards it was indeed zsh being funky, should i close or leave open until the similar issue on OSX is rectified ? |
@cirrusUK great 🎉 ! Yes, leave it open, we'll close it once it's working for @NightMachinary as well 🙂 |
@NightMachinary could you try something? In try:
from .interface import Interface
except ImportError:
Interface = None to from .interface import Interface Then run |
|
Ha! Looks like the asciimatics version is too old! Try to upgrade it. Not sure why 1.7.2 was installed instead of 1.11.0. I'll update the version range for this dependency. |
@pawamoy The upgrade indeed solved the error messages, but running
just exits 1 without printing anything.
|
Can you run it again with |
Closing because the original issue is fixed, but we can still try and resolve yours @NightMachinary |
Using pip install aria2p tui in virtualenv does not work for me it complains the deps for top are not installed when pip clearly shows tui 1.1.1 is installed , installing python-asciimatics and aria2p from AUR rectifies matters
The text was updated successfully, but these errors were encountered: