tillsteinbach / WeConnect-python

Python API for the Volkswagen WeConnect Services
MIT License
105 stars 28 forks source link

Using weconnect for cupra gen3 #132

Open gtrhayrug opened 1 year ago

gtrhayrug commented 1 year ago

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