Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

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

Could not find a version that satisfies the requirement textual (from versions: ) #4493

Closed
StolleJay opened this issue May 8, 2024 · 1 comment

Comments

@StolleJay
Copy link

StolleJay commented May 8, 2024

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:

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:

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

Copy link

github-actions bot commented May 8, 2024

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

@davep davep converted this issue into discussion #4494 May 8, 2024

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant