The `sliced` package contains an error due to NumPy version conflicts, see the [link](https://github.com/joshloyal/sliced/pull/15). A quick and can be resolved by adding the following line: ```python import numpy as np np.int = np.int64 ``` before using this library.
The
slicedpackage contains an error due to NumPy version conflicts, see the link.A quick and can be resolved by adding the following line:
before using this library.