scaife-viewer / backend

Packages and utilities to build Scaife Viewer backends using ATLAS / CTS resolvers
3 stars 2 forks source link

Unmet Dependency dask[bag]==2022.1.0 #77

Open mlampert84 opened 5 months ago

mlampert84 commented 5 months ago

When attempting to build the Scaife Viewer locally via docker, I encounter a build error:

42.80 ERROR: Could not find a version that satisfies the requirement dask[bag]==2022.1.0 (from scaife-viewer-core) 

This is a dependency listed in backend/core/setup.py.

Any idea how to resolve this?