8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
No overload variant of "__setitem__" of "ndarray" matches argument types
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
CI: https://github.com/dask/distributed/actions/runs/12297748764/job/34319586733#step:4:144
Traceback
distributed/shuffle/_rechunk.py:756: error: No overload variant of "__setitem__" of "ndarray" matches argument types "tuple[int, ...]", "TaskRef" [call-overload] distributed/shuffle/_rechunk.py:756: note: Possible overload variants: distributed/shuffle/_rechunk.py:756: note: def __setitem__(self, str | list[str], _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], /) -> None distributed/shuffle/_rechunk.py:756: note: def __setitem__(self, SupportsIndex | slice | EllipsisType | _SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]] | builtins.bool | int | _NestedSequence[builtins.bool | int] | tuple[SupportsIndex | slice | EllipsisType | _SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]] | _NestedSequence[_SupportsArray[dtype[numpy.bool[builtins.bool]] | dtype[integer[Any]]]] | builtins.bool | int | _NestedSequence[builtins.bool | int] | None, ...] | None, _SupportsArray[dtype[Any]] | _NestedSequence[_SupportsArray[dtype[Any]]] | bool | int | float | complex | str | bytes | _NestedSequence[bool | int | float | complex | str | bytes], /) -> None Found 1 error in 1 file (checked 339 source files) Error: Process completed with exit code 1.
This is likely caused by numpy/numpy#27964
The text was updated successfully, but these errors were encountered:
the legacy df removal PR has a fix for that
Sorry, something went wrong.
fixed in the other pr
No branches or pull requests
CI: https://github.com/dask/distributed/actions/runs/12297748764/job/34319586733#step:4:144
Traceback
This is likely caused by numpy/numpy#27964
The text was updated successfully, but these errors were encountered: