Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New version of dask broke this library #286

Closed
George3d6 opened this issue Sep 28, 2019 · 1 comment
Closed

New version of dask broke this library #286

George3d6 opened this issue Sep 28, 2019 · 1 comment

Comments

@George3d6
Copy link

George3d6 commented 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:

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.

@George3d6 George3d6 changed the title New version of dask broke this librayr New version of dask broke this library Sep 28, 2019
@acrellin
Copy link
Member

Fixed in 1db58fd

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants