You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
TypeError in terminaltables3\width_and_alignment.py", line 49
What you expected to happen:
to work and give output
Output with --explain
Please provide the output of running the same command with the --explain flag like so
$ howdoi YOUR_COMMAND --explain
C:\Users\zeev.PRISMA\pz\microservices\pz_integrations\zebra\test_utils>howdoi install howdoi --explain
Traceback (most recent call last):
File "C:\Users\zeev.PRISMA\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 194, in _run_module_as_main
return _run_code(code, main_globals, None,
File "C:\Users\zeev.PRISMA\AppData\Local\Programs\Python\Python38\lib\runpy.py", line 87, in _run_code
exec(code, run_globals)
File "C:\Users\zeev.PRISMA\virtualenvs\pzdev\Scripts\howdoi.exe\__main__.py", line 4, in <module>
File "c:\users\zeev.prisma\virtualenvs\pzdev\lib\site-packages\howdoi\howdoi.py", line 33, in <module>
from keep import utils as keep_utils
File "c:\users\zeev.prisma\virtualenvs\pzdev\lib\site-packages\keep\utils.py", line 12, in <module>
from terminaltables3 import AsciiTable
..
File "c:\users\zeev.prisma\virtualenvs\pzdev\lib\site-packages\terminaltables3\width_and_alignment.py", line 49, in <module>
) -> list[str]:
TypeError: 'type' object is not subscriptable
The text was updated successfully, but these errors were encountered:
Hmm, interesting. Did you install howdoi with pip, or are you installing it from source? I was pretty sure that pip was using the correct versions since we specify it in the requirements here.
What happened:
TypeError in terminaltables3\width_and_alignment.py", line 49
What you expected to happen:
to work and give output
Output with
--explain
Please provide the output of running the same command with the
--explain
flag like soThe text was updated successfully, but these errors were encountered: