-
Notifications
You must be signed in to change notification settings - Fork 29
Closed
Labels
Description
Steps to reproduce:
- Running python 3.4.2 on Debian GNU/Linux 8 (jessie).
- Installed with
pip3 install bunq_sdk --upgrade
- Run
test.py
which containsfrom bunq.sdk import context
What happens:
~ $ python3 test.py
Traceback (most recent call last):
File "test.py", line 1, in <module>
from bunq.sdk import context
File "/usr/local/lib/python3.4/dist-packages/bunq/sdk/context.py", line 6, in <module>
from bunq.sdk.model import core
File "/usr/local/lib/python3.4/dist-packages/bunq/sdk/model/core.py", line 1, in <module>
from bunq.sdk import client
File "/usr/local/lib/python3.4/dist-packages/bunq/sdk/client.py", line 2, in <module>
from json import JSONDecodeError
ImportError: cannot import name 'JSONDecodeError'
SDK version and environment
- Tested on 0.12.4
needs #78