carla-simulator / carla

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

Error occurred when installing Boost #5440

Open ray01134 opened 2 years ago

ray01134 commented 2 years ago

Hi everyone. I'm trying to build Carla of version 0.9.13 on Windows10

Everything went fine until I use command "make PythonAPI".

The error occurred when installing Boost. When the extraction was almost done, there was an error said: New-Item : Invalid argument in the path Then, a huge amount of errors appeared said: Remove-Item : not found, because it is not exist (see the screenhot below) image

So, I extract boost_1_72_0.zip manually in the carla\Build\ folder and run "make PythonAPI" again. The same error said: New-Item : Invalid argument in the path. And another error: New-Object : exception happens when calling ".ctor" with argument "1": Invalid argument in the path(see the screenhot below) image

Finally the error was: Unable to load Boost.Build: could not find "boost-build.jam and [B2 ERROR] An error ocurred while installing using "b2.exe". image

The screenshot of the folder carla\Build image

Anyone having the same problem? I would be very appreciate if you can help me with this.

My settings: Carla version:0.9.13 Platform: Windows 10 Python version: 3.7.9 Make: GUN Make 3.81

Juwankim commented 2 years ago

I had the same problem and solved it.

stale[bot] commented 1 year ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.