I have successfully installed modin[dask] with conda on my Apple M1 chip MacBook Pro, but when I run the code, I got the below errors:
AttributeError: 'NoneType' object has no attribute 'ncores'.
The below is pip list(Python 3.10.4):
dask 2022.5.0
distributed 2022.5.0
modin 0.11.3
pandas 1.3.4
Thanks for any help.