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
Mypy recently released a new 0.990 version that appears to be failing due to its internal error on modin's master.
$ pip install mypy==0.990
$ mypy --config-file mypy.ini --show-traceback
/localdisk/dchigare/repos/modin/modin/experimental/pandas/numpy_wrap.py:118: error: INTERNAL ERROR -- Please try using mypy master on GitHub:
https://mypy.readthedocs.io/en/stable/common_issues.html#using-a-development-mypy-build
Please report a bug at https://github.com/python/mypy/issues
version: 0.990
Traceback (most recent call last):
AssertionError: Error checking functionredefinition FuncDef:118
The issue is already reported to mypy python/mypy#14027 but there's yet neither a fix nor an upcoming release to resolve it. So for now we should pin mypy to the lower version in order to make our CI work.
The text was updated successfully, but these errors were encountered:
Mypy recently released a new 0.990 version that appears to be failing due to its internal error on modin's master.
The issue is already reported to mypy python/mypy#14027 but there's yet neither a fix nor an upcoming release to resolve it. So for now we should pin mypy to the lower version in order to make our CI work.
The text was updated successfully, but these errors were encountered: