You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2023. It is now read-only.
I'm getting the following error on both mac and windows trying to run this thing
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/opt/homebrew/lib/python3.11/site-packages/md2notion/__main__.py", line 2, in <module> from .upload import cli File "/opt/homebrew/lib/python3.11/site-packages/md2notion/upload.py", line 11, in <module> from notion.block import EmbedOrUploadBlock, CollectionViewBlock, PageBlock ImportError: cannot import name 'EmbedOrUploadBlock' from 'notion.block' (/opt/homebrew/lib/python3.11/site-packages/notion/block/__init__.py)
The text was updated successfully, but these errors were encountered:
I'm getting the following error on both mac and windows trying to run this thing
Traceback (most recent call last): File "<frozen runpy>", line 198, in _run_module_as_main File "<frozen runpy>", line 88, in _run_code File "/opt/homebrew/lib/python3.11/site-packages/md2notion/__main__.py", line 2, in <module> from .upload import cli File "/opt/homebrew/lib/python3.11/site-packages/md2notion/upload.py", line 11, in <module> from notion.block import EmbedOrUploadBlock, CollectionViewBlock, PageBlock ImportError: cannot import name 'EmbedOrUploadBlock' from 'notion.block' (/opt/homebrew/lib/python3.11/site-packages/notion/block/__init__.py)
The text was updated successfully, but these errors were encountered: