Skip to content

Commit

Permalink
examples: uartpb: up version of typer to 0.4.1
Browse files Browse the repository at this point in the history
Due to this error [1]:
  Traceback (most recent call last):
    File "/mcu-firmware/examples/sys_sysmon/sysmon-client.py", line 9, in <module>
      import typer
    File "/mcu-firmware/venv/lib/python3.10/site-packages/typer/__init__.py", line 12, in <module>
      from click.termui import get_terminal_size as get_terminal_size
  ImportError: cannot import name 'get_terminal_size' from 'click.termui' (/mcu-firmware/venv/lib/python3.10/site-packages/click/termui.py)

[1] fastapi/typer#377

Signed-off-by: Gilles DOFFE <g.doffe@gmail.com>
  • Loading branch information
gdoffe committed Sep 26, 2022
1 parent 7814ae5 commit e184093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/uartpb/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
-r ../../requirements.txt
pyserial==3.5
typer==0.4.0
typer==0.4.1

0 comments on commit e184093

Please sign in to comment.