totvslabs/pyCarol

Incompatibility between libraries

gzamboni opened this issue · 2 comments

When I install pyCarol from pip or locally from source code, those errors are shown in:

ERROR: botocore 1.12.16 has requirement urllib3<1.24,>=1.20, but you'll have urllib3 1.25.6 which is incompatible.
ERROR: distributed 2.6.0 has requirement dask>=2.5.2, but you'll have dask 0.19.3 which is incompatible.```

we can remove botocore.. we are not using aws anymore.
I will test dask 2.5

Boto was removed here
#392