gpt4 book ai didi

python - 在单独的 Anaconda 环境下在 MacOS 上安装 ROS Kinetic

转载 作者:行者123 更新时间:2023-11-28 20:59:55 25 4
gpt4 key购买 nike

我在 MacOS Sierra 10.12.6 上的 Python Anaconda 发行版下的单独环境下安装 ROS Kinetic。

这是我的 python 版本(我在 Anaconda 中的独立 python 环境称为“ros-kinetic”):

(ros-kinetic)  jizhe@jizhedeMacBook-Pro  ~/ros_catkin_ws  python --version
Python 3.6.4 :: Anaconda, Inc.

我遵循了指南:http://wiki.ros.org/kinetic/Installation/OSX/Homebrew/Source .

当我执行“rosdep install”命令时,出现以下错误:

(ros-kinetic)  jizhe@jizhedeMacBook-Pro ~/ros_catkin_ws  rosdep install --from-paths src --ignore-src --rosdistro kinetic -y
ERROR: the following packages/stacks could not have their rosdep keys resolved
to system dependencies:
actionlib: No definition of [python-wxtools] for OS [osx]
catkin: No definition of [google-mock] for OS [osx]
roslisp: No definition of [google-mock] for OS [osx]

很明显,包“python-wxtools”和“google-mock”有问题。

我已经通过“brew install wxpython”安装了 wxpython,这里是 wxpython 信息:

(ros-kinetic)  jizhe@jizhedeMacBook-Pro  ~/ros_catkin_ws  brew info wxpython
wxpython: stable 3.0.2.0 (bottled)
Python bindings for wxWidgets
https://www.wxwidgets.org/
/usr/local/Cellar/wxpython/3.0.2.0_1 (1,108 files, 37.9MB) *
Poured from bottle on 2018-02-24 at 03:56:21
From: https://github.com/Homebrew/homebrew-core/blob/master/Formula/wxpython.rb
==> Dependencies
Required: wxmac ✔
==> Caveats
Python modules have been installed and Homebrew's site-packages is not
in your Python sys.path, so you will not be able to import the modules
this formula installed. If you plan to develop with these modules,
please run:
mkdir -p /Users/jizhe/Library/Python/2.7/lib/python/site-packages
echo 'import site; site.addsitedir("/usr/local/lib/python2.7/site-packages")' >> /Users/jizhe/Library/Python/2.7/lib/python/site-packages/homebrew.pth

而且我已经运行了命令:

$ mkdir -p ~/Library/Python/2.7/lib/python/site-packages
$ echo "$(brew --prefix)/lib/python2.7/site-packages" >> ~/Library/Python/2.7/lib/python/site-packages/homebrew.pth

那么,“google-mock”和“python-wxtools”包有什么问题,我该如何解决这个问题?

最佳答案

尝试使用 --skip-keys python-wxtools --skip-keys google-mock 安装。它对我有用。

关于python - 在单独的 Anaconda 环境下在 MacOS 上安装 ROS Kinetic,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/48960039/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com