I'm trying to install CARLA 0.9.13 on Python 3.10. on Windows 8.
I'm following the steps mentioned in this guide.
When I reach this point I'm having troubles with the following piece of instruction.
Specifically with this piece of code:
pip3 install carla
This always returns the following error.
I have used "Package Install" and downloaded the relevant files from Github along with the "Additional Maps".
Please point out where I'm messing up.
Thanks in advance.