AllenCell / cvapipe

Cell Variance Analysis Pipeline
Other
2 stars 0 forks source link

dependency error #8

Closed jxchen01 closed 4 years ago

jxchen01 commented 4 years ago

Description

When install current master branch, I got a dependency error.

ERROR: distributed 2.21.0 has requirement cloudpickle>=1.5.0, but you'll have cloudpickle 1.4.1 which is incompatible.

Expected Behavior

no error

Reproduction

in a clean conda environment, pip install -e .[dev]

Environment

just created a fresh one.

evamaxfield commented 4 years ago

This has just been fixed and merged to master. Feel free to pull down the setup.py changes whenever.