-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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 PythonAPI #6248
Comments
I have the same problem. |
Chech this issue #2642 |
If you downloaded Carla instead of git cloning it, you will have some problems with Version.h because this one is looking for the version of Carla in git. So you need to add a line on Setup.bat. |
I am still not able to solve this error. Here is the error log C:\carla>make PythonAPI
-[Setup]: Creating "CMakeLists.txt.in"... SUCCESS########### IMPORTANT All the CARLA library dependences should be installed now. You only need the ASSET PACK with all the meshes and textures. This script provides the assets for CARLA Latest:
Unzip it in the "C:\carla\Unreal\CarlaUE4\Content\Carla" folder. -[BuildLibCarla]: [Batch params]: --server --client --generator "" 1>Checking Build System 1>Checking Build System "C:\carla\Build\om2odr-source"" CMake Error: The source directory "C:/carla/Build/osm2odr-visualstudio/x64" does not exist.
-[BuildPythonAPI]: Carla lib for python has been successfully installed in "C:\carla\PythonAPI\carla\dist"! |
I am also facing this error with make PythonAPI. |
Thankyou @saitejeswar1! it worked now. |
@NnaYelsel I cannot thank you enough!! it worked! |
CARLA version: 0.9.13
Platform/OS: windows 10
When I am giving the command make PythonAPI, it is not getting successfull, it is throwing error in the BuildPythonAPI section saying that it is unable to create process and points out to a location which actually doesnt exist at all.
Some parts of the make process is shown below, the error sections
Here in this I am getting 2 fatal errors:
And in the last Building Python API for Python 3.
Unable to create process using 'C:\Users\sd\AppData\Local\Programs\Python\Python39\python.exe setup.py bdist_egg bdist_wheel': The system cannot find the file specified.
This error is so strange, because I have only python 3.7 with me and there is no such location like what it mentioned above.
Have checked in environmental variables and everywhere but there is not any python 3.9 related files or paths.
How to get rid of these errors?
@fabianoboril Can you please help me in this?
Thanks in advance
The text was updated successfully, but these errors were encountered: