RoboStack / RoboStack/robostack.github.io
`rosdep install` fails with conda-related errors after following Pixi install instructions
Nadie ha tomado este issue todavía.
- Lenguaje dominante
- Astro
- Estrellas
- 385
- Forks
- 36
- Merge medio
- 5 h 37 min
- PR fusionados (30 d)
- 18
Descripción
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
Guía de contribución
No hay ninguna guía de contribución indexada para este repositorio
Primeros pasos
- Lee el issue completo y luego la guía de contribución del proyecto.
- Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
- Haz un fork del repositorio y trabaja en una rama.
- Abre un pull request que haga referencia al número del issue.
Línea de trabajo
Comienza con las instrucciones de Pixi en GettingStarted.html y reproduce los comandos del issue, especialmente rosdep install --from-paths src --ignore-src -r -y. Comprueba el pixi.toml copiado y la advertencia notificada de que falta install/setup.bash. Se considera terminado cuando se determine si conda es necesario con Pixi y se corrijan las instrucciones o se documente la configuración requerida.
Escrito por el modelo de indexación a partir del texto del issue.
Evaluación
- Stack tecnológico
- macos
- Área
- documentation
- Tipo de issue
- Error
- Dificultad
- 4/5
- Tiempo estimado
- 3-5 días
- Estado de actividad
- Estancado
- Claridad
- Bastante claro
- Aptitud para principiantes
- 42/100