Replies: 1 comment
-
You have a dependency package version conflict since you installed |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Thank you so much for the great tool!
It works well with Windows environment but, gave me an error on Ubuntu environment as follows.
$ enex2notion --token tokenString "_BlockChain.enex"
Traceback (most recent call last):
File "/usr/local/bin/enex2notion", line 8, in
sys.exit(main())
File "/usr/local/lib/python3.8/dist-packages/enex2notion/cli.py", line 47, in main
cli(sys.argv[1:])
File "/usr/local/lib/python3.8/dist-packages/enex2notion/cli.py", line 26, in cli
root = get_root(args.token, args.root_page)
File "/usr/local/lib/python3.8/dist-packages/enex2notion/cli_notion.py", line 21, in get_root
client = get_notion_client(token)
File "/usr/local/lib/python3.8/dist-packages/enex2notion/cli_notion.py", line 31, in get_notion_client
return NotionClient(token_v2=token)
File "/usr/local/lib/python3.8/dist-packages/notion/client.py", line 83, in init
self.session = create_session(client_specified_retry)
File "/usr/local/lib/python3.8/dist-packages/notion/client.py", line 42, in create_session
retry = Retry(
TypeError: init() got an unexpected keyword argument 'allowed_methods'
$ uname -a
Linux lilypad 5.4.0-121-generic #137-Ubuntu SMP Wed Jun 15 13:33:07 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
$ lsb_release -a
No LSB modules are available.
Distributor ID: Linuxmint
Description: Linux Mint 20.3
Release: 20.3
Codename: una
$ python3 --version
Python 3.8.10
$ enex2notion --version
enex2notion 0.2.16
Any guide for this issue?
Beta Was this translation helpful? Give feedback.
All reactions