-
Hello, i am having some problems with carla 0.9.14 on windows 11 i am following the Windows build guide, i was able to launch the editor, but i got some problems starting the simulation. 1.- when i try to run an example from PythonAPI\examples folder, i get an error when i try to install the requirements.txt i get this: C:\carla\PythonAPI\examples>pip install -r requirements.txt × Preparing metadata (pyproject.toml) did not run successfully.
note: This error originates from a subprocess, and is likely not a problem with pip. × Encountered error while generating package metadata. note: This is an issue with the package mentioned above, not pip. 2.- i tried to run some examples anyway and i got this error: C:\carla\PythonAPI\examples>python -m generate_traffic.py I also got this error when i try to run import carla in jupyterlabs 3.- from the requirements.txt i install everything manually and got an error when i run pip install open 3d: C:\carla\PythonAPI\examples>pip install open3d sorry if this is a lot, i have not been able to find solutions online thanks for your time. |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 7 replies
-
Same error. I have also tried with python3 (as mentioned in the guide), python, py. But nothing seemed to work. Maybe this has something to do with the .egg or .whl file. I'm not sure. Let me know if you find any solution. |
Beta Was this translation helpful? Give feedback.
-
i repeated the whole installation but i install python 3.9, also i make sure that the "dist" folder was created and finally from the "requirements.txt" i did the installations myself. i was able to execute "python manual_control.py" |
Beta Was this translation helpful? Give feedback.
-
yes, in the dist folder i run "pip install <wheel_file_name>.whl" after the "make PythonAPI", remember to use the x64 Command Prompt
i try but some of them did not work with the exact version mentioned in the "requirements.txt" so i did some googleling to fix those it's worth mention that running "python generate_traffic.py" freezes the editor and i dont know if it is related with the steps i took earlier |
Beta Was this translation helpful? Give feedback.
i repeated the whole installation but i install python 3.9, also i make sure that the "dist" folder was created and finally from the "requirements.txt" i did the installations myself.
i was able to execute "python manual_control.py"