[PYTHON] Erreur avec l'installation de pip

pip install donne 6 erreurs

pip install plotly --upgrade

Quand

sudo pip install awscli

Sorti à ce moment

Erreur

Installing collected packages: six, pytz
  Found existing installation: six 1.4.1
    DEPRECATION: Uninstalling a distutils installed project (six) has been deprecated and will be removed in a future version. This is due to the fact that uninstalling a distutils project will only partially uninstall the project.
    Uninstalling six-1.4.1:
Exception:
Traceback (most recent call last):
  File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/commands/install.py", line 317, in run
    prefix=options.prefix_path,
  File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/req/req_set.py", line 736, in install
    requirement.uninstall(auto_confirm=True)
  File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/req/req_install.py", line 742, in uninstall
    paths_to_remove.remove(auto_confirm)
  File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/req/req_uninstall.py", line 115, in remove
    renames(path, new_path)
  File "/Library/Python/2.7/site-packages/pip-8.1.2-py2.7.egg/pip/utils/__init__.py", line 267, in renames
    shutil.move(old, new)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 302, in move
    copy2(src, real_dst)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 131, in copy2
    copystat(src, dst)
  File "/System/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 103, in copystat
    os.chflags(dst, st.st_flags)
OSError: [Errno 1] Operation not permitted: '/tmp/pip-4hp64P-uninstall/System/Library/Frameworks/Python.framework/Versions/2.7/Extras/lib/python/six-1.4.1-py2.7.egg-info'

Solution

Ajouter "--ignore-installed six"

sudo pip install plotly --upgrade --ignore-installed six

Recommended Posts

Erreur avec l'installation de pip
Installez scikit.learn avec pip
Certificat SSL lié à l'installation de pip? Erreur
Lorsque la mousse avec pip installer
Installez le référentiel github avec pip
pip install ○○○ error La commande a échoué avec l'état de sortie 1:
Un mémorandum lorsqu'une erreur se produit avec pip install
Installez Python 2.7.9 et Python 3.4.x avec pip.
Autorisation refusée avec pip install pyopenssl
Comment installer mysql-connector avec pip3
Erreur de proxy lors de l'exécution de "pip install"
installation sudo pip
Dans pip install clang: erreur: argument inconnu: '- mno-fused-madd'
Je veux installer Python avec PythonAnywhere
Installer en spécifiant la version avec pip
Si scipy est python 2.7.8, l'installation de pip trébuche
Je ne peux pas installer le package avec pip.
Installons box2d-py avec l'environnement pip de Windows 10
Traitement de PermissionError [Error 1] of pip install -U pip sur macOS Sierra
J'obtiens une erreur en essayant d'installer maec 4.0.1.0 avec pip
Erreur lors de l'installation d'un module avec Python pip
Dask ne peut pas être installé sur Ubuntu avec pip
Installer pip sur Mavericks
Installation PIL avec pip
Installez pip, pyenv, BeautifulSoup4
Installation de packages avec pip3
Comment installer pip
J'ai eu une erreur liée à SSL avec l'installation de pip, donc je l'ai résolue.
Utiliser pip avec MSYS2
Installez pip et pandas avec Ubuntu ou VScode
Installez Voluptuous avec Python 2.5
Installez la commande pip
Installer la diffusion de la torche avec PyTorch 1.7
Installez Python avec pyenv
Installez pip / pip3 sur Ubuntu
Élimine l'erreur SSL lors de l'installation PIP sur Windows.
Lorsque l'installation de pip échoue
Étapes pour installer votre propre bibliothèque avec pip
Solution de contournement si vous obtenez une erreur lors de la tentative d'installation de PySide avec pip
Comment traiter l'erreur "Aucun module nommé" "" dans Jupyter Notebook | Installer avec! Pip!
(CentOS) ERREUR: impossible d'installer RMagick 4.0.0. Impossible de trouver ImageMagick avec pkg-config
Jusqu'à ce que TensorFlow-GPU soit installé avec pip dans l'environnement Windows
Installez tweepy avec pip et utilisez-le pour l'API 1.1
Mise à jour groupée avec pip (avec confirmation)
Installer l'environnement Python avec Anaconda
Utiliser pip avec Jupyter Notebook
Spécifiez la version avec l'installation de conda
Contrôler le libellé des erreurs avec nginx
Installation de Pip dans un environnement proxy
Installer une bibliothèque externe avec Python
Pip installe le référentiel GitHub
Erreur lors de la lecture avec python
Pour ceux qui ont des problèmes avec une erreur lors de l'installation de pip xg boost
J'ai eu une erreur lorsque j'installe des pandas sur Mac, alors je l'ai traitée
Vous ne trouvez pas le package que vous avez installé avec pip install --user?
Résoudre manuellement l'impossibilité d'installer pip avec Unicode Decode Eroor
Étapes pour installer un package cloné Git localement avec pip
Une histoire sur l'installation de matplotlib à l'aide de pip avec une erreur
Installer Jupiter Notebook avec pip sur Windows dans un environnement proxy