Anthony Nash

Results 2 comments of Anthony Nash

I'm running into the same problem whilst running modin.pandas. I've installed dask version 2022.1.1 for python 3.9. Seems like dask grinds my calculations to a slow trickle.

To anyone running into this problem, it's a code legacy issue. Edit the requirements.txt, remove the line referrin to mdtraj, and install the mdtraj dependency via `conda install -c conda-forge...