Skip to content
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

I got an error. #7

Closed
Sealington opened this issue May 2, 2024 · 1 comment
Closed

I got an error. #7

Sealington opened this issue May 2, 2024 · 1 comment

Comments

@Sealington
Copy link

So, I ran the command, and I got this:

Traceback (most recent call last):
  File "/home/sealington33/.local/bin/textual-paint", line 5, in <module>
    from textual_paint.paint import main
  File "/home/sealington33/.local/lib/python3.9/site-packages/textual_paint/paint.py", line 35, in <module>
    from textual_paint.action import Action
  File "/home/sealington33/.local/lib/python3.9/site-packages/textual_paint/action.py", line 5, in <module>
    from textual_paint.ansi_art_document import AnsiArtDocument
  File "/home/sealington33/.local/lib/python3.9/site-packages/textual_paint/ansi_art_document.py", line 583
    match instruction.region:
          ^
SyntaxError: invalid syntax
@1j01
Copy link
Owner

1j01 commented May 3, 2024

You'll need Python 3.10 or later. You can check what version you have with python --version

@1j01 1j01 closed this as completed Jun 3, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants