简体   繁体   English

Carla 0.9.13 安装问题

[英]Carla 0.9.13 Installation Issues

I'm trying to install CARLA 0.9.13 on Python 3.10.我正在尝试在 Python 3.10 上安装CARLA 0.9.13 on Windows 8.在 Windows 8.

I'm following the steps mentioned in this guide.我正在按照本指南中提到的步骤进行操作。

When I reach this point I'm having troubles with the following piece of instruction.当我达到这一点时,我在执行以下指令时遇到了麻烦。

Install Client Library安装客户端库

Specifically with this piece of code:特别是这段代码:

pip3 install carla

This always returns the following error.这总是返回以下错误。

I have used "Package Install" and downloaded the relevant files from Github along with the "Additional Maps".我使用了“Package Install”并从 Github 下载了相关文件以及“Additional Maps”。

Please point out where I'm messing up.请指出我搞砸的地方。

Thanks in advance.提前致谢。

From the documentation Carla as a pip installable package is only available for python versions 2.7, 3.6, 3.7, and 3.8 .从文档 Carla as a pip installable package is only available for python versions 2.7, 3.6, 3.7, and 3.8

There is a github issue relating to getting it to build on 3.10 .有一个 github 问题与让它在3.10上构建有关。

https://github.com/carla-simulator/carla/issues/5538 https://github.com/carla-simulator/carla/issues/5538

But that's for ubuntu not windows. Looks like it'll involve quite a bit of C++ knowledge to make it work.但那是针对 ubuntu 而不是 windows。看起来它会涉及相当多的 C++ 知识才能使其工作。 Only other alternative I can see would be to install python 3.8 and try.我能看到的唯一其他选择是安装 python 3.8并尝试。

I had faced the same issue, I was using Python 3.11, downgrading it to Python 3.8 solved the issue on Windows 10.我遇到过同样的问题,我使用的是 Python 3.11,将其降级为Python 3.8解决了 Windows 10 上的问题。
However, downgrading to Python 3.7 doesn't help.但是,降级到 Python 3.7 没有帮助。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM