You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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'
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: