We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
You can continue the conversation there. Go to discussion →
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
I try to install textual on my raspberry pi b+ and get with the pip install textual or sudo pip install textual the following error message:
pip install textual
sudo pip install textual
Could not find a version that satisfies the requirement textual (from versions: ) No matching distribution found for textual
If i try it with pip3 install textual it works but then after creating my first simple app (just a window) it says:
pip3 install textual
from textual.app import App ModuleNotFoundError: No module named 'textual'
What do i wrong? I just want to create a nice GUI with css. TkInter what i use currently has not really "modern" optics...
OS: Raspbian GNU/Linux 10 (buster) Linux 5.10.103+ Python: 2.7.16 Python 3: 3.7.3
The text was updated successfully, but these errors were encountered:
Thank you for your issue. Give us a little time to review it.
PS. You might want to check the FAQ if you haven't done so already.
This is an automated reply, generated by FAQtory
Sorry, something went wrong.
No branches or pull requests
I try to install textual on my raspberry pi b+ and get with the
pip install textual
orsudo pip install textual
the following error message:If i try it with
pip3 install textual
it works but then after creating my first simple app (just a window) it says:What do i wrong?
I just want to create a nice GUI with css.
TkInter what i use currently has not really "modern" optics...
OS: Raspbian GNU/Linux 10 (buster) Linux 5.10.103+
Python: 2.7.16
Python 3: 3.7.3
The text was updated successfully, but these errors were encountered: