Hello,
I'm having trouble with the Python 3 module of carla.
I compiled it with make PythonAPI and it runs through without any errors.
I can also import the module successfully.
But the imported object does not have any child classes .
So when I'm trying to run an example script, I get this message
module 'carla' has no attribute 'Client'
The Python 2 version works just fine.
I don't have any other carla module installed via pip.
Hello,
I'm having trouble with the Python 3 module of carla.
I compiled it with
make PythonAPIand it runs through without any errors.I can also import the module successfully.
But the imported object does not have any child classes .
So when I'm trying to run an example script, I get this message
module 'carla' has no attribute 'Client'The Python 2 version works just fine.
I don't have any other carla module installed via pip.