Open jonringer opened 2 years ago
@jonringer Sorry it has taken so long to respond to this.
Your list of installed packages shows an inconsistency:
dask-2021.10.0
distributed-2021.11.2
If I try to install these two packages in a clean virtual environment:
> pip install dask==2021.10.0 distributed==2021.11.2
ERROR: distributed 2021.11.2 has requirement dask==2021.11.2, but you'll have dask 2021.10.0 which is incompatible.
So I think the action here is to delete your python environment and create a new one with consistent dask
and distributed
.
Since I created the original issue, I've created the following explanation of what I'm doing:
Disclaimer: I'm aware that the version used in this package may be outside of the expect range of package versions. However, python requires a single version of a given package in any runtime environment; so we are forced to try and have as coherent of a package set as possible. Generally we prefer having the latest of each package, which will often be outside of a pinned version range. This issue is meant to be more of a "inform upstream that there is a [potential] issue" rather than "we expect upstream to immediately react to the issue".
ALL software version info
most likely to be relevant:
literally ALL python packages present in build closure:
Description of expected behavior and the observed behavior
Trying to run test suite with latest versions of each dependency.
Complete, minimal, self-contained example code that reproduces the issue
Stack traceback and/or browser JavaScript console output
Screenshots or screencasts of the bug in action