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
I use mypy and want to have type hints for retrying to fix this error:
error: Skipping analyzing "efficientnet_pytorch": module is installed, but missing library stubs or py.typed marker [import]
error: Call to untyped function (unknown) in typed context [no-untyped-call]
Current non-optimal solution is to ignore by adding the following lines to the mypy.ini config.
I use mypy and want to have type hints for retrying to fix this error:
Current non-optimal solution is to ignore by adding the following lines to the mypy.ini config.
The text was updated successfully, but these errors were encountered: