carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.35k stars 3.68k forks source link

make pythonapi erron #6100

Open Nighttell opened 1 year ago

Nighttell commented 1 year ago

CARLA version:[0.9.14] Platform/OS:Windows - 10.0.19044 - AMD64 Problem you have experienced: make pythonapi erron i want to know how to solve the problem in "make pythonapi" in win10 x64 ,CARLA version:[0.9.14],and i find the similiar question https://github.com/carla-simulator/carla/issues/3076 but nobody answered,I really need help and i have taken two days installing carla,meeting so many bugs,i think maybe this is the last one

-[BuildOSM2ODR]: OSM2ODR has been successfully installed in "E:\GraduationDesign\carla\PythonAPI\carla\dependencies\" -[BuildPythonAPI]: [Batch params]: --py3 Building Python API for Python 3. Traceback (most recent call last): File "setup.py", line 168, in ext_modules=get_libcarla_extensions(), File "setup.py", line 121, in get_libcarla_extensions libs = [x for x in os.listdir('dependencies/lib') if any(d in x for d in required_libs)] FileNotFoundError: [WinError 3] 系统找不到指定的路径。: 'dependencies/lib'

-[BuildPythonAPI]: Carla lib for python has been successfully installed in "E:\GraduationDesign\carla\PythonAPI\carla\dist"!

Lijingqi97 commented 1 year ago

you can delete the file "carla\PythonAPI\carla\dependencies" and make PythonAPI again

yu-ju-chiu commented 1 year ago

Do you solve the issue? I met the issue and couldn't solve it.

TroyZhangFawang commented 2 months ago

how to solve this problem? please