Skip to content

ImportError: cannot import name 'IntEnum' #1

@samsammurphy

Description

@samsammurphy

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions