tillsteinbach/WeConnect-python

Using weconnect for cupra gen3

gtrhayrug opened this issue · 0 comments

Hi,
Trying to use weconnect-python on DEB11 and Cupra Leon Hybrid (2021, Gen3).
After:
git clone https://github.com/tillsteinbach/WeConnect-python.git cd WeConnect-python pip3 install -r requirements.txt git checkout feature/seat cd examples python allVehicles.py -b seat -u 'email' -p 'password'

I use simple comma because my password includes !.
The last command reports:
Traceback (most recent call last): File "allVehicles.py", line 3, in <module> from weconnect import weconnect ImportError: No module named weconnect