RoboStack / RoboStack/robostack.github.io
`rosdep install` fails with conda-related errors after following Pixi install instructions
还没有人认领这个 Issue。
- 主要语言
- Astro
- 星标
- 385
- 派生
- 36
- 平均合并
- 5 小时 37 分钟
- 30 天内合并 PR
- 18
描述
I've followed the getting-started instructions here: https://robostack.github.io/GettingStarted.html#__tabbed_1_2
I was able to get roscore + rviz working, but when I tried to import dependencies for the package I'm working on, I get this error:
(robostack:noetic) bash-3.2$ rosdep install --from-paths src --ignore-src -r -y
ERROR: Rosdep experienced an internal error.
Please go to the rosdep page [1] and file a bug report with the message below.
[1] : http://www.ros.org/wiki/rosdep
rosdep version: 0.26.0
Bad installer [conda]: None of micromamba, mamba, conda was found.
Do I also need to install conda if I'm using pixi?
I'm running on MacOS 15.4.1, and have run the following commands:
curl -fsSL https://pixi.sh/install.sh | bash
pixi init robostack
cd robostack
vim pixi.toml # copy over content from tutorial
pixi install
pixi shell -e noetic
mkdir -p catkin_ws/src; cd catkin_ws/src
git clone git@gitlab.com:[my_package]
pixi add vcstool
vcs import --input [my_package]/[my_package].repos
rosdep install --from-paths src --ignore-src -r -y
Possibly related: I get warnings about missing install/setup.bash:
totten:robostack lindzey$ pixi shell -e noetic
WARN Could not find activation scripts: /Users/lindzey/Documents/RSAmanip/robostack/install/setup.bash
贡献指南
这个仓库没有索引到贡献指南
从这里开始
- 先读完整个 Issue,再读项目的贡献指南。
- 在 Issue 下留言说明你要接手 —— 这能避免两个人做同样的事。
- Fork 仓库,在一个分支上完成修改。
- 提交 Pull Request,并在描述里引用这个 Issue 编号。
调研方向
从 GettingStarted.html 中的 Pixi 说明开始,并复现 issue 中的命令,尤其是 rosdep install --from-paths src --ignore-src -r -y。检查复制的 pixi.toml 以及报告的缺少 install/setup.bash 警告。完成的标准是确定使用 Pixi 时是否需要 conda,并修正说明或记录所需的设置。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- macos
- 领域
- documentation
- Issue 类型
- 缺陷
- 难度
- 4/5
- 预计耗时
- 3-5 天
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 42/100