RoboStack / RoboStack/robostack.github.io
`rosdep install` fails with conda-related errors after following Pixi install instructions
Personne n'a encore pris cette issue.
- Langage dominant
- Astro
- Étoiles
- 385
- Forks
- 36
- Merge moyen
- 5 h 37 min
- PR mergées (30 j)
- 18
Description
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
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Par où commencer
- Lisez l'issue en entier, puis le guide de contribution du projet.
- Signalez en commentaire que vous la prenez — cela évite que deux personnes fassent le même travail.
- Forkez le dépôt et travaillez sur une branche.
- Ouvrez une pull request qui référence le numéro de l'issue.
Piste de recherche
Commencez par les instructions Pixi dans GettingStarted.html et reproduisez les commandes de l’issue, en particulier rosdep install --from-paths src --ignore-src -r -y. Vérifiez le pixi.toml copié et l’avertissement signalé concernant l’absence de install/setup.bash. Le travail est terminé lorsqu’il a été déterminé si conda est requis avec Pixi et que les instructions ont été corrigées ou que la configuration requise a été documentée.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- macos
- Domaine
- documentation
- Type d'issue
- Bug
- Difficulté
- 4/5
- Temps estimé
- 3-5 jours
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 42/100