CrispyConductor / tmux-copy-toolkit

TMUX plugin with various copy-mode tools
MIT License
59 stars 6 forks source link

Crashes immediately after initial installation #12

Closed macintacos closed 2 years ago

macintacos commented 2 years ago

I get the following error immediately when trying to type s in copy-mode:

Error:
setupterm: could not find terminfo database
Traceback (most recent call last):
  File "/Users/macinburrito/.tmux/plugins/tmux-copy-toolkit/copytk.py", line 1372, in <module>
    curses.wrapper(run_easymotion)
  File "/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/curses/__init__.py", line 73, in wrapper
    stdscr = initscr()
  File "/opt/homebrew/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/curses/__init__.py", line 29, in initscr
    setupterm(term=_os.environ.get("TERM", "unknown"),
_curses.error: setupterm: could not find terminfo database
ENTER to continue ...

macOS 12.4, using Fish shell (although I have Bash installed). I'm hoping that the requirement of "bash" in the README didn't actually mean that I have to use Bash as my shell in order for this to work?

macintacos commented 2 years ago

Ah, I think this is perhaps an issue with the homebrew installation of 3.3 (released last week it seems): https://github.com/Homebrew/homebrew-core/issues/102748