-
-
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
CARLA 0.9.7 does not generate a python library on Windows 10 #2339
Comments
same problem and i have some link error lease\source/libcarla\libcarla.cp38-win32.exp |
I think that this is a known issue, therefore there are no compiled versions greater than 0.9.5. for Windows. Creating library build\temp.win-amd64-3.6\Release\source/libcarla\libcarla.cp36-win_amd64.lib and object build\temp.win-amd64-3.6\Release\source/libcarla\libcarla.cp36-win_amd64.exp -[BuildPythonAPI]: Carla lib for python has been successfully installed in "D:/carla/PythonAPI\carladist"! |
There is a workaround for this problem - run PythonAPI 0.9.7 compiled for linux in WSL |
The message is definitely confusing, because the .egg file is saved to |
I can't say for sure that #2348 will fix all of the issues mentioned by users here but I hope it will help. I encountered many issues when I upgraded an earlier version where I had an installed PythonAPI. In the past I had used |
@alexmargulis Can you please explain how to run it. I mean I can compile it under wsl but it will not run client because there is no support for graphics in wsl as I understand and you can't launch it from windows as well? |
@arguskos This worked for me: |
@CodingdAwn I managed to build the PythonAPI by deleting the headers option in the boost build script Util\InstallersWin\install_boost.bat echo %FILE_N% Building... quote from http://boost.2283326.n4.nabble.com/doc-b2-headers-td4702968.html
|
Hi,
Running
make PythonAPI
claims to complete successfully with following output.At first sight, the mixed usage of path separators looks suspicious. However, even if I ignore the forward slashes (i.e., /) by replacing them with backwards slash (i.e.,), there is no
carladist
in that path.As user, I would expect there is an actual output in the highlighted path given with the build output.
Test environment
Windows 10 1909
Visual Studio 2017
Unreal Engine 4.22.3
Python 3.7.4.final.0
GNU Make 4.2.1
cmake version 3.12.18081601-MSVC_2
carla 0.9.7 (b9fbbf7)
The text was updated successfully, but these errors were encountered: