-
-
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
Make PythonAPI failed when build carla #8086
Comments
Hi, The key part is |
我也是这个问题 |
Thank you very much for your replay! I noticed this error and fixed it, but the make problem still remained. I have no other way so I changed to linux build. Now it works well :D. |
我最后也没找到方法,现在用linux build了,linux build基本没出过什么问题,操作也更简单一点 |
I'm closing this issue, feel free to reopen it if anything comes up. |
CARLA version: carla-dev
Platform/OS: Windows 10
Problem you have experienced: make PythonAPI failed
This is the make log:
D:\Carla\carla-dev>make PythonAPI
-[BuildUE4Plugins]: [Batch params]: --build --all
fatal: unable to access 'https://github.com/carla-simulator/StreetMap.git/': OpenSSL SSL_read: SSL_ERROR_SYSCALL, errno 0
HEAD is now at 260273d Correct descriptor
-[BuildUE4Plugins]: STREETMAP has been successfully installed in "D:\Carla\carla-dev\Unreal\CarlaUE4\Plugins"
-[Setup]: [Batch params]: --boost-toolset msvc-14.2 --generator "" --all
-[Setup]: Asynchronous jobs: 16
-[Setup]: Boost toolset: msvc-14.2
-[Setup]: Generator: "Visual Studio 16 2019"
-[Setup]: Install directory: "D:\Carla\carla-dev\Build"
-[Setup]: Installing zlib...
-[install_zlib]: [Batch params]: --build-dir "D:\Carla\carla-dev\Build"
-[install_zlib]: A zlib installation already exists.
-[install_zlib]: Delete "D:\Carla\carla-dev\Build\zlib-install" if you want to force a rebuild.
-[install_zlib]: Exiting...
系统找不到指定的路径。
已复制 0 个文件。
-[Setup]: Installing libpng...
-[install_libpng]: [Batch params]: --build-dir "D:\Carla\carla-dev\Build" --zlib-install-dir "D:\Carla\carla-dev\Build\zlib-install"
-[install_libpng]: A libpng installation already exists.
-[install_libpng]: Delete "D:\Carla\carla-dev\Build\libpng-1.2.37-install" if you want to force a rebuild.
-[install_libpng]: Exiting...
-[Setup]: Installing rpclib...
-[install_rpclib]: [Batch params]: --build-dir "D:\Carla\carla-dev\Build" --generator "Visual Studio 16 2019"
-[install_rpclib]: A rpclib installation already exists.
-[install_rpclib]: Delete "D:\Carla\carla-dev\Build\rpclib-install" if you want to force a rebuild.
-[install_rpclib]: Exiting...
-[Setup]: Installing Google Test...
-[install_gtest]: [Batch params]: --build-dir "D:\Carla\carla-dev\Build" --generator "Visual Studio 16 2019"
系统找不到指定的批处理标签 - already_build
-[Setup]:
Ok, and error ocurred, don't panic
We have different platforms where you can find some help :)
Make sure you have read the documentation:
http://carla.readthedocs.io/en/latest/how_to_build_on_windows/
If the problem persists, you can ask on our Github's "Building on Windows" issue:
Building on Windows 0.8.X #21
The chinese part means "The system could not find the batch tag specified".
What you expected to happen:
I haven't see this issue before and I want to know what the problem is.
Steps to reproduce:
Just follow the steps in windows build. The only difference is I do not find Windows 8.1 SDK in my VS 2019 and use Windows 10 SDK.
Other information (documentation you consulted, workarounds you tried):
I didn't know what's happening so I do not know how to sovle it. Just tried some basic solution like reinstall VS 2019.
The text was updated successfully, but these errors were encountered: