WeConnect-python icon indicating copy to clipboard operation
WeConnect-python copied to clipboard

Using weconnect for cupra gen3

Open gtrhayrug opened this issue 2 years ago • 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

gtrhayrug avatar Jun 07 '23 10:06 gtrhayrug