You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that dask release 2.5.0 broke cesium, at least on all my travis testing envs (both python 3.6 and 3.7, windows server ,osx, ubuntu 16).
The relevant part of the error I'm getting is:
from cesium import featurize
File "/home/travis/virtualenv/python3.7.3/lib/python3.7/site-packages/cesium/featurize.py", line 8, in <module>
from dask.compatibility import reraise
ImportError: cannot import name 'reraise' from 'dask.compatibility' (/home/travis/virtualenv/python3.7.3/lib/python3.7/site-packages/dask/compatibility.py)
/home/travis/.travis/functions: line 553: 4490 Terminated travis_jigger "${!}" "${timeout}" "${cmd[@]}"
I will try to force dask 2.4.0 install and see if this fixes the issue, I will update once I find a version that works & make a PR.
The text was updated successfully, but these errors were encountered:
George3d6
changed the title
New version of dask broke this librayr
New version of dask broke this library
Sep 28, 2019
It seems that dask release 2.5.0 broke cesium, at least on all my travis testing envs (both python 3.6 and 3.7, windows server ,osx, ubuntu 16).
The relevant part of the error I'm getting is:
I will try to force dask 2.4.0 install and see if this fixes the issue, I will update once I find a version that works & make a PR.
The text was updated successfully, but these errors were encountered: