Open
Description
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
Labels
No labels