iskandr/fancyimpute

Import Error

Shadowwalker10 opened this issue · 2 comments

Installed fancyimpute using
!pip install fancyimpute (in Google colab)

While trying to import fancyimpute, throws an error:

ImportError: cannot import name 'Layer' from 'keras.engine' (/usr/local/lib/python3.7/dist-packages/keras/engine/init.py)

image
image

Ah it looks like our travis PyPi autoupdater failed. I just updated pypi to the fixed version: 0.6.0. Please give that one a try.

Thank you for your swift response to the issue. It worked.