Closed forman closed 6 years ago
Users currently face a problem installing dedop-core from source using python3 setup.py install.
python3 setup.py install
Fix: make the cate-util dependency optional, it is used by dedop-webapi only, which in turn is only used by dedop-studio.
cate-util
dedop-webapi
cate-util is also used by the CLI, so at the moment it is not optional
Instructions have been modified to create a conda env before installing dedop-core from source. This also includes cate-util dependency
Users currently face a problem installing dedop-core from source using
python3 setup.py install
.Fix: make the
cate-util
dependency optional, it is used bydedop-webapi
only, which in turn is only used by dedop-studio.