Hi, I'm encountering a dependency resolution failure while creating a linux-64 environment using conda/mamba.
The solver reports an unsatisfiable dependency between dask 2021.9.1 and bokeh 3.0.3:
LibMambaUnsatisfiableError: Encountered problems while solving:
- package dask-2021.9.1 requires bokeh >=1.0.0,!=2.0.0,<3.0.0a0
but bokeh 3.0.3 is the only installable version
It also reports that openssl 3.0.7 conflicts with the versions required by the environment.
This makes the environment impossible to solve with the current package constraints.
Could you please check the compatibility metadata for dask=2021.9.1 and the available bokeh/openssl builds in the repository?
Thanks!
Hi, I'm encountering a dependency resolution failure while creating a
linux-64environment usingconda/mamba.The solver reports an unsatisfiable dependency between dask 2021.9.1 and bokeh 3.0.3:
It also reports that
openssl 3.0.7conflicts with the versions required by the environment.This makes the environment impossible to solve with the current package constraints.
Could you please check the compatibility metadata for
dask=2021.9.1and the availablebokeh/opensslbuilds in the repository?Thanks!