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

Can't seem to get running on catalina + python3.9 + pip3 v 22.1.1 all installed via homebrew (termdown version: 1.18.0) #86

Open
arooni opened this issue Jun 6, 2022 · 0 comments

Comments

@arooni
Copy link

arooni commented Jun 6, 2022

[I]  MiniArooni  ~  termdown
Traceback (most recent call last):
  File "/usr/local/bin/termdown", line 8, in <module>
    sys.exit(main())
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1130, in __call__
    return self.main(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1055, in main
    rv = self.invoke(ctx)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 1404, in invoke
    return ctx.invoke(self.callback, **ctx.params)
  File "/usr/local/lib/python3.9/site-packages/click/core.py", line 760, in invoke
    return __callback(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/termdown.py", line 802, in main
    seconds_elapsed, laps = curses.wrapper(stopwatch, **kwargs)
  File "/usr/local/Cellar/python@3.9/3.9.13_1/Frameworks/Python.framework/Versions/3.9/lib/python3.9/curses/__init__.py", line 94, in wrapper
    return func(stdscr, *args, **kwds)
  File "/usr/local/lib/python3.9/site-packages/termdown.py", line 160, in wrapper
    return func(*args, **kwargs)
  File "/usr/local/lib/python3.9/site-packages/termdown.py", line 559, in stopwatch
    curses_lock, input_queue, quit_event = setup(stdscr)
  File "/usr/local/lib/python3.9/site-packages/termdown.py", line 44, in setup
    curses.init_pair(1, curses.COLOR_RED, -1)
_curses.error: init_pair() returned ERR
[I]  ✘  MiniArooni  ~  pip3 --version
pip 22.1.1 from /usr/local/lib/python3.9/site-packages/pip (python 3.9)
[I]  MiniArooni  ~  which python
/usr/bin/python
[I]  MiniArooni  ~  which python3
/usr/local/bin/python3
[I]  MiniArooni  ~  python3 --version
Python 3.9.13
[N]  MiniArooni  ~  brew reinstall ncurses


@arooni arooni changed the title Can't seem to get running on catalina + python3.9 + pip3 v 22.1.1 all installed via homebrew Can't seem to get running on catalina + python3.9 + pip3 v 22.1.1 all installed via homebrew (termdown version: 1.18.0) Jun 6, 2022
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

1 participant