Closed 7k50 closed 3 years ago
I have the same issue
This is apparently a known issue that has a "fix". I don't know if the fix is temporary or permanent. It hasn't been merged into the main release yet.
See: https://github.com/jamalex/notion-py/pull/294#issuecomment-804306525
Quick solution
Uninstall current version if required:
pip uninstall notion
Then:
pip install git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge
OR add into requirements.txt:
git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge
Hi, I've already reinstalled notion with pip install git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge
, but I still faced the same error.
Is there any other way to solve this?
Thanks!
Same error from this morning Hi, like the guy above, i've reinstalled that merge but the code is stopping right on the requests done for the method default_query, any suggest?
I still have the same problem too after reinstalled notion with pip install git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge
i slove this problem
pip uninstall notion
pip install git+https://github.com/jamalex/notion-py.git@refs/pull/294/merge
I am trying out notion-py for the first time, but actually can't get it to run the Quickstart example.
I installed for Pyton 3.9 via
pip install notion
with version 0.0.28.Gives: