-
Notifications
You must be signed in to change notification settings - Fork 7
ImportError: cannot import name 'toposort' #1
Comments
I was able to make some progress by using the latest from autograd (https://github.com/HIPS/autograd), which now has the toposort function. Unfortunately I still have a problem when trying to run one of the examples: Traceback (most recent call last): |
Switching to python 2.7 resolved this for me. |
@dwrtz I agree. It resolves some but not all problems. For example, this:
|
Thanks so much for digging in! Kayhan, good to hear from you! Looks like you’ve already found this code is currently only Python 2.7 compatible. The fmap stuff is vestigial (from the fmap-everywhere branch of Autograd, which I meant to remove). I’ll take a look at that when I can. |
Hey guys,
Very nice work!
It seems some of the functions are missing. Here is an example:
The text was updated successfully, but these errors were encountered: