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
I would like to use bimmer_connected on my Raspberry Pi 3B+ but I am can't unitl now. I tried to use the latest python version 3.12.0 but there was an installation error from dependant project. Then I tried Python 3.11.5 (because with this version it is running on my Windows 11 PC). Installation on Raspberry was fine but when I run "from bimmer_connected.account import MyBMWAccount" there is the following error: Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/pi/.local/lib/python3.11/site-packages/bimmer_connected/account.py", line 10, in <module> from bimmer_connected.api.authentication import MyBMWAuthentication File "/home/pi/.local/lib/python3.11/site-packages/bimmer_connected/api/authentication.py", line 18, in <module> from bimmer_connected.api.utils import ( File "/home/pi/.local/lib/python3.11/site-packages/bimmer_connected/api/utils.py", line 21, in <module> from PIL import Image File "/home/pi/.local/lib/python3.11/site-packages/PIL/Image.py", line 82, in <module> from . import _imaging as core ImportError: libtiff.so.6: cannot open shared object file: No such file or directory
Does someone have an idea what is wrong? Or which Python version on Raspberry Pi is running fine with bimmer_connected?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I would like to use bimmer_connected on my Raspberry Pi 3B+ but I am can't unitl now. I tried to use the latest python version 3.12.0 but there was an installation error from dependant project. Then I tried Python 3.11.5 (because with this version it is running on my Windows 11 PC). Installation on Raspberry was fine but when I run "from bimmer_connected.account import MyBMWAccount" there is the following error:
Traceback (most recent call last): File "<stdin>", line 1, in <module> File "/home/pi/.local/lib/python3.11/site-packages/bimmer_connected/account.py", line 10, in <module> from bimmer_connected.api.authentication import MyBMWAuthentication File "/home/pi/.local/lib/python3.11/site-packages/bimmer_connected/api/authentication.py", line 18, in <module> from bimmer_connected.api.utils import ( File "/home/pi/.local/lib/python3.11/site-packages/bimmer_connected/api/utils.py", line 21, in <module> from PIL import Image File "/home/pi/.local/lib/python3.11/site-packages/PIL/Image.py", line 82, in <module> from . import _imaging as core ImportError: libtiff.so.6: cannot open shared object file: No such file or directory
Does someone have an idea what is wrong? Or which Python version on Raspberry Pi is running fine with bimmer_connected?
Thanks for any ideas
Beta Was this translation helpful? Give feedback.
All reactions