Results 4 comments of tyama711

I faced the same issue as Ekhao, but when I upgraded to Python 3.9 and ran it, it worked.

@jpe90 What version of Tmux are you using? Starting with Tmux 3.3, Escape Sequence Passthrough is optional. You can enable it by adding the following to your .tmux.conf. ``` set...

I also faced the same issue, but I was able to work around the problem by using `go install` to install it. ``` go install github.com/noborus/trdsql/cmd/trdsql@latest ```

Thank you so much!! Now I can run this version on my M1 Mac! ``` ❯ trdsql --version trdsql version v0.13.0-rc8 ```