keras-lambda icon indicating copy to clipboard operation
keras-lambda copied to clipboard

ImportError: cannot import name 'IntEnum'

Open samsammurphy opened this issue 7 years ago • 0 comments

Hi @sunilmallya,

When I tried to run the notebook locally and when tried to deploy the lambda function I ran into this error

ImportError: cannot import name 'IntEnum'

BoarGules comment on this SO suggests that enum in this repo might be the PyPi module (enum 0.4.6) as opposed to enum from the standard library and that is what causes the error..

I removed enum.py and enum-0.4.6.dist-info and was able to display the notebook.

However, my aws cli lambda deploy timed out (looking into it why..).

Cheers, Sam

samsammurphy avatar Jul 13 '18 12:07 samsammurphy