-
Notifications
You must be signed in to change notification settings - Fork 11
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make: Nothing to be done for 'PythonAPI'. #2
Comments
Hi @lylyjy, can you copy the error message you had? |
When I run python PythonAPI/util/config.py -m Town04 -p 4000, |
I run the python command at $(PROJECT_DIRECTORY)/.carla and you're using python 3.7 or later. |
I think you should run |
Hi, when I run "make PythonAPI" in .carla,
it occurs that:
make: Nothing to be done for 'PythonAPI'.
Can you tell me how to solve it?
The problem occurs when I run python PythonAPI/util/config.py -m Town04 -p 4000,
it occurs that:AttributeError: module 'carla' has no attribute 'Client'
Thanks.
The text was updated successfully, but these errors were encountered: