Amos Groß

Results 4 comments of Amos Groß

Facing the same issue, are there any updates on this? (using images: https://dl.google.com/android/repository/sys-img/android-automotive/x86_64-30_r02.zip and https://developer.polestar.com/sdk/polestar_emulator_v29.zip)

Had a simmilar issue with some of the dependencies. Potentially try: ```bash source configure.sh pip install --force-reinstall -v "idna==3" pip install --force-reinstall -v "charset-normalizer==2" pip install --force-reinstall -v "urllib3==1.26" pip...

Also is `source configure.sh` throwing an error like this? ``` error: urllib3 2.0.0a3 is installed but urllib3=1.21.1 is required by {'requests'} ```

@Th3C0D3R have you attempted to run the commands I provided above?