amogorkon/justuse

ModuleNotFoundError: No module named 'beartype'

Closed this issue · 0 comments

traceback:

>>> import use
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/home/gwl/.local/lib/python3.10/site-packages/use/__init__.py", line 39, in <module>
    from beartype import beartype
ModuleNotFoundError: No module named 'beartype'

workaround:
install beartype

pip3 install beartype