server and client install issue (windows) #5493
alexeyalexeevhuaweicom
started this conversation in
General
Replies: 1 comment
-
Did you finally fix it, i also got the same error |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
hello. I have to issues on both installing server and client on windows:
This question is low priority important for me. The most important is the next question about client installation.
a)--------------------------- using pip3 install carla command--------------------------
D:\installs\carla\CARLA_0.9.13\WindowsNoEditor\PythonAPI\carla>pip3 install carla Collecting carla Using cached carla-0.9.5.tar.gz (3.9 kB) Preparing metadata (setup.py) ... error error: subprocess-exited-with-error × python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [8 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\79990\AppData\Local\Temp\pip-install-pgqsmymr\carla_8a70f274f0cb430bb0d6b8446402e66e\setup.py", line 114, in ext_modules=get_libcarla_extensions(), File "C:\Users\79990\AppData\Local\Temp\pip-install-pgqsmymr\carla_8a70f274f0cb430bb0d6b8446402e66e\setup.py", line 75, 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] The system cannot find the path specified: 'dependencies/lib' [end of output] note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed × Encountered error while generating package metadata. ╰─> See above for output. note: This is an issue with the package mentioned above, not pip. hint: See above for details.
b)--------------------------- pip3 install .whl command--------------------------
D:\installs\carla\CARLA_0.9.13\WindowsNoEditor\PythonAPI\carla\dist>pip3 install carla-0.9.13-cp37-cp37m-win_amd64.whl ERROR: carla-0.9.13-cp37-cp37m-win_amd64.whl is not a supported wheel on this platform.
Aren't x86 support here?
Thanks, Alexey.
Beta Was this translation helpful? Give feedback.
All reactions