Skip to content

Tinker scripts give ModuleNotFoundError: No module named 'bunq.sdk.client' #34

Open
@metawilm

Description

@metawilm

Trying to get the tinker scripts to work in Python 3.8. In setup.sh I changed it to include the interpreter: PIPENV_VENV_IN_PROJECT=1 pipenv --python /usr/bin/python3 install

The installation seems to succeed. However running the tinker scripts fail:

./tinker/update_account.py 
Traceback (most recent call last):
  File "./tinker/update_account.py", line 2, in <module>
    from libs.bunq_lib import BunqLib
  File "/home/dave2/b2/tinker/libs/bunq_lib.py", line 8, in <module>
    from bunq.sdk.client import Pagination
ModuleNotFoundError: No module named 'bunq.sdk.client'

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions