asdf-community / asdf-community/asdf-python
Anaconda Install error
- Langage dominant
- Shell
- Étoiles
- 730
- Forks
- 65
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
installing anaconda raises this error
`Last 10 log lines:
/var/folders/60/24fdw4jx7vl02x0rw7f0m3lm0000gn/T/python-build.20170122172041.45403 ~/.asdf/plugins
/var/folders/60/24fdw4jx7vl02x0rw7f0m3lm0000gn/T/python-build.20170122172041.45403/Anaconda2-4.2.1-MacOSX-x86_64 /var/folders/60/24fdw4jx7vl02x0rw7f0m3lm0000gn/T/python-build.20170122172041.45403 ~/.asdf/plugins
ERROR: File or directory already exists: /Users/jinx/.asdf/installs/python/anaconda2-4.2.0
Cleaning up
`
Can be fixed by deleting the install path prior to installing python.
`rm -rf "$install_path" && MAKE_OPTS="$MAKE_OPTS -j$ASDF_CONCURRENCY" TMP_DIR="$tmp_dir" $(python_build_path) $version $install_path`
Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Piste de recherche
Commencez par localiser le code du plugin qui construit la commande d’installation d’Anaconda et examinez la manière dont install_path est géré. Reproduisez si possible l’échec lorsqu’un fichier existe déjà ; le travail est considéré comme terminé lorsque le chemin d’installation est supprimé avant l’exécution de la commande python-build affichée et qu’une installation propre réussit.
Rédigé par le modèle d'indexation à partir du texte de l'issue.
Évaluation
- Stack technique
- anaconda, shell
- Domaine
- tooling
- Type d'issue
- Bug
- Difficulté
- 2/5
- Temps estimé
- 1-3 heures
- Activité
- À l'abandon
- Clarté
- Plutôt claire
- Accessibilité débutants
- 45/100