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
File "<irrelevant_file>", line 2, in <module>
from plum import dispatch
File "<irrelevant_dir>\Python\Lib\site-packages\plum\__init__.py", line 14, in <module>
from .autoreload import * # noqa: F401, F403
^^^^^^^^^^^^^^^^^^^^^^^^^
File "<irrelevant_dir>\Python\Lib\site-packages\plum\autoreload.py", line 3, in <module>
from .dispatcher import clear_all_cache
File "<irrelevant_dir>\Python\Lib\site-packages\plum\dispatcher.py", line 6, in <module>
from .function import Function
File "<irrelevant_dir>\Python\Lib\site-packages\plum\function.py", line 8, in <module>
from .method import Method
File "<irrelevant_dir>\Python\Lib\site-packages\plum\method.py", line 9, in <module>
from .signature import Signature, inspect_signature
File "<irrelevant_dir>\Python\Lib\site-packages\plum\signature.py", line 7, in <module>
from typing_extensions import Self
ModuleNotFoundError: No module named 'typing_extensions'
With 2.4.3, all works fine.
Interpreter version: 3.12.1
The text was updated successfully, but these errors were encountered:
With version
2.4.4
I can no longer import plum:With
2.4.3
, all works fine.Interpreter version:
3.12.1
The text was updated successfully, but these errors were encountered: