-
-
Notifications
You must be signed in to change notification settings - Fork 3.7k
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
B2 ERROR with "make PythonAPI" and "make launch" #4535
Comments
My problem solved itself by removing the build folder and changing the path on my repo... I don't have more explanation than this... |
Hi |
Hi, I can't really help you from scratch, but you may find a lot of information on the Carla website, discord or github. If you have a recurrent issue, maybe you should open a specific one with detailed in order to ask for help to the carla community :) |
Hi I'm having same issue.... I deleted build folder and it is partially working, but want to know what you mean by "changing path on my repo"? I wanna give it a try to see if it works |
** Visual Studio 2019 Developer Command Prompt v16.11.1 [vcvarsall.bat] Environment initialized for: 'x64' C:\Program Files (x86)\Microsoft Visual Studio\2019\Professional>D: D:>cd CARLA\carla D:\CARLA\carla>make PythonAPI
could not find any instance of Visual Studio. -- Configuring incomplete, errors occurred!
-[Setup]:
i always get this error, it's looking for VS2017, but i've VS2019 |
I also have the same problem with @ThibaultFy for Windows Build. Carla version is 0.9.12 |
I'm having the same issue with 0.9.12. I've followed the latest docs for building in Windows, but this error keeps occurring:
|
I was having the error when I run "make Launch". I downgraded the python version to 3.8.10 from 3.10. I reinstalled CMake, Make. Then I applied the document from Part Two: Build CARLA. Now, there is no error b2.exe error. |
@BedirhanKeskin Downgrading python from 3.10 to 3.8.10 was the solution for me. Thanks! |
Same here, had to downgrade from Python 3.10 to 3.8.10 to make it work. I did not try Python 3.9.6 though, so don't know which is the latest python version possible. |
Same here, the issue was likely caused by Python 3.10, installing Python 3.9.9 fixed it for me. |
I really sorry for my bad english skill first. I solved this issue by other way. The bottom line is unzip make launch or make PythonAPI, processes will create So i tried b2.exe --help in PowerShell, it throw error 'unable to load boost.build: could not find "boost-build.jam"' I guess it should be missing files when expanding on PowerShell. and checked downloaded zip file, compare with unziped folder. finally i found some files are missed while exapnding on PowerShell. That's it. i just unzip don't forget excute bootstrap.bat for create b2.exe |
this issue was caused by Python 3.10, to remove python 3.10 then install python 3.8 to fix it. |
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. |
I have this issue as well exactly the same, ı have followed this #7082 (comment) issue to here and stuck here any solution? it seems that the issue comes from here when ı try to run b2 manually |
Discussed in #4534
Originally posted by ThibaultFy August 13, 2021
I'm having trouble with my Windows build for 0.9.12. I'm getting the following message:
Thanks for your help !
The text was updated successfully, but these errors were encountered: