We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/usr/local/bin//jpterm", line 2, in <module> import jpterm File "/usr/local/lib/python3.11/site-packages/jpterm.py", line 7, in <module> import urwid File "/usr/local/lib/python3.11/site-packages/urwid/__init__.py", line 24, in <module> from urwid.widget import (FLOW, BOX, FIXED, LEFT, RIGHT, CENTER, TOP, MIDDLE, File "/usr/local/lib/python3.11/site-packages/urwid/widget.py", line 33, in <module> from urwid.split_repr import split_repr, remove_defaults, python3_repr File "/usr/local/lib/python3.11/site-packages/urwid/split_repr.py", line 22, in <module> from inspect import getargspec ImportError: cannot import name 'getargspec' from 'inspect' (/usr/local/Cellar/[email protected]/3.11.3/Frameworks/Python.framework/Versions/3.11/lib/python3.11/inspect.py) Exception ignored in: <_io.TextIOWrapper name='<stdout>' mode='w' encoding='utf-8'> BrokenPipeError: [Errno 32] Broken pipe
os : mac python: Python 3.11.3 other: Pygments-2.15.1 jmespath-1.0.0 jmespath-terminal-0.2.1 urwid-1.2.2
The text was updated successfully, but these errors were encountered:
No branches or pull requests
env:
os : mac
python: Python 3.11.3
other: Pygments-2.15.1 jmespath-1.0.0 jmespath-terminal-0.2.1 urwid-1.2.2
The text was updated successfully, but these errors were encountered: