keras-lambda
keras-lambda copied to clipboard
ImportError: cannot import name 'IntEnum'
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