textual-paint icon indicating copy to clipboard operation
textual-paint copied to clipboard

I got an error.

Open Sealington opened this issue 9 months ago • 1 comments

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

Sealington avatar May 02 '24 01:05 Sealington

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

1j01 avatar May 03 '24 00:05 1j01