vaayne / NotionAI-Plus

NotionAI Plus is a browser extension that adds NotionAI's powerful features to any website you visit
https://chrome.google.com/webstore/detail/notionai-plus/ilgkcoockdhdpkikaakkjacblhpmdmeo
MIT License
288 stars 27 forks source link

ImportError: cannot import name 'ActionTypeEnum' from 'notionai.enums' #3

Closed JimmyLv closed 1 year ago

JimmyLv commented 1 year ago

Hey @Vaayne , awesome project! I met this issue when run python app.py 😁

Traceback (most recent call last):
  File "/Users/jimmylv/c/AI/NotionAI/examples/webui/app.py", line 5, in <module>
    from notionai.enums import ActionTypeEnum, TopicEnum, TranslateLanguageEnum
ImportError: cannot import name 'ActionTypeEnum' from 'notionai.enums' (/Users/jimmylv/c/AI/NotionAI/examples/webui/.venv/lib/python3.10/site-packages/notionai/enums.py)
vaayne commented 1 year ago

@JimmyLv Hi, sorry for the inconvenience. I forgot to update the example, but it's now fixed. Please pull the latest code.