[PYTHON] Autorisation refusée avec pip install pyopenssl

Solution lorsque l'autorisation est refusée par pip install pyopenssl

~ pip install pyopenssl
Collecting pyopenssl
  Using cached pyOpenSSL-16.1.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): six>=1.5.2 in /usr/local/lib/python2.7/site-packages (from pyopenssl)
Collecting cryptography>=1.3.4 (from pyopenssl)
  Using cached cryptography-1.5.2-cp27-cp27m-macosx_10_10_intel.whl
Collecting enum34 (from cryptography>=1.3.4->pyopenssl)
  Using cached enum34-1.1.6-py2-none-any.whl
Collecting ipaddress (from cryptography>=1.3.4->pyopenssl)
  Using cached ipaddress-1.0.17-py2-none-any.whl
Collecting idna>=2.0 (from cryptography>=1.3.4->pyopenssl)
  Using cached idna-2.1-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /usr/local/lib/python2.7/site-packages (from cryptography>=1.3.4->pyopenssl)
Collecting cffi>=1.4.1 (from cryptography>=1.3.4->pyopenssl)
  Using cached cffi-1.8.3-cp27-cp27m-macosx_10_10_intel.whl
Collecting pyasn1>=0.1.8 (from cryptography>=1.3.4->pyopenssl)
  Using cached pyasn1-0.1.9-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.4.1->cryptography>=1.3.4->pyopenssl)
Installing collected packages: enum34, ipaddress, idna, pycparser, cffi, pyasn1, cryptography, pyopenssl
Exception:
Traceback (most recent call last):
  File "/usr/local/lib/python2.7/site-packages/pip/basecommand.py", line 215, in main
    status = self.run(options, args)
  File "/usr/local/lib/python2.7/site-packages/pip/commands/install.py", line 317, in run
    prefix=options.prefix_path,
  File "/usr/local/lib/python2.7/site-packages/pip/req/req_set.py", line 742, in install
    **kwargs
  File "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 831, in install
    self.move_wheel_files(self.source_dir, root=root, prefix=prefix)
  File "/usr/local/lib/python2.7/site-packages/pip/req/req_install.py", line 1032, in move_wheel_files
    isolated=self.isolated,
  File "/usr/local/lib/python2.7/site-packages/pip/wheel.py", line 346, in move_wheel_files
    clobber(source, lib_dir, True)
  File "/usr/local/lib/python2.7/site-packages/pip/wheel.py", line 324, in clobber
    shutil.copyfile(srcfile, destfile)
  File "/usr/local/Cellar/python/2.7.12_2/Frameworks/Python.framework/Versions/2.7/lib/python2.7/shutil.py", line 83, in copyfile
    with open(dst, 'wb') as fdst:
IOError: [Errno 13] Permission denied: '/lib/python2.7/site-packages/enum/__init__.py'

À la recherche de cela, sudo chown -R $ USER / lib / python2.7 / site-packages / Que dois-je faire? Il y avait aussi une méthode, mais ça fait du mal de changer facilement la propriété d'un tel dossier à l'échelle du système. Quand je cherchais une autre voie, je suis arrivé à la suivante.

http://stackoverflow.com/questions/25816674/pip-is-not-able-to-install-packages-correctly-permission-denied-error

pip install pyopenssl --userTu peux l'utiliser.

Confirmé au cas où.

~ pip install --user
--user   Install to the Python user install directory for your platform. Typically ~/.local/, or %APPDATA%\Python on Windows. (See the Python documentation for site.USER_BASE for full details.)

Et cela.

~ pip install pyopenssl --user
Collecting pyopenssl
  Using cached pyOpenSSL-16.1.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): six>=1.5.2 in /usr/local/lib/python2.7/site-packages (from pyopenssl)
Collecting cryptography>=1.3.4 (from pyopenssl)
  Using cached cryptography-1.5.2-cp27-cp27m-macosx_10_10_intel.whl
Collecting enum34 (from cryptography>=1.3.4->pyopenssl)
  Using cached enum34-1.1.6-py2-none-any.whl
Collecting ipaddress (from cryptography>=1.3.4->pyopenssl)
  Using cached ipaddress-1.0.17-py2-none-any.whl
Collecting idna>=2.0 (from cryptography>=1.3.4->pyopenssl)
  Using cached idna-2.1-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): setuptools>=11.3 in /usr/local/lib/python2.7/site-packages (from cryptography>=1.3.4->pyopenssl)
Collecting cffi>=1.4.1 (from cryptography>=1.3.4->pyopenssl)
  Using cached cffi-1.8.3-cp27-cp27m-macosx_10_10_intel.whl
Collecting pyasn1>=0.1.8 (from cryptography>=1.3.4->pyopenssl)
  Using cached pyasn1-0.1.9-py2.py3-none-any.whl
Collecting pycparser (from cffi>=1.4.1->cryptography>=1.3.4->pyopenssl)
Installing collected packages: enum34, ipaddress, idna, pycparser, cffi, pyasn1, cryptography, pyopenssl
Successfully installed cffi-1.8.3 cryptography-1.5.2 enum34-1.1.6 idna-2.1 ipaddress-1.0.17 pyasn1-0.1.9 pycparser-2.14 pyopenssl-16.1.0

Bien.

URL de référence

http://stackoverflow.com/questions/7143077/how-can-i-install-packages-in-my-home-folder-with-pip/7143496#7143496 http://stackoverflow.com/questions/25816674/pip-is-not-able-to-install-packages-correctly-permission-denied-error

Recommended Posts

Autorisation refusée avec pip install pyopenssl
Erreur avec l'installation de pip
Installez scikit.learn avec pip
Lorsque la mousse avec pip installer
Installez le référentiel github avec pip
Installez Python 2.7.9 et Python 3.4.x avec pip.
Comment installer mysql-connector avec pip3
Certificat SSL lié à l'installation de pip? Erreur
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
installation sudo pip
Éviter «le codec 'ascii' ne peut pas décoder» avec pip install
Installez pip et pandas avec Ubuntu ou VScode
Étapes pour installer votre propre bibliothèque avec pip
Installer pip sur Mavericks
Installation PIL avec pip
pip install ○○○ error La commande a échoué avec l'état de sortie 1:
Installation de packages avec pip3
Comment installer pip
Utiliser pip avec MSYS2
[android] Lorsque AVD ne peut pas être utilisé avec l'autorisation refusée
Installez Voluptuous avec Python 2.5
Installez la commande pip
Installer la diffusion de la torche avec PyTorch 1.7
Installez Python avec pyenv
Un mémorandum lorsqu'une erreur se produit avec pip install
Jusqu'à ce que TensorFlow-GPU soit installé avec pip dans l'environnement Windows
Installez pip / pip3 sur Ubuntu
Lorsque l'installation de pip échoue
Installez tweepy avec pip et utilisez-le pour l'API 1.1
[Road to Intermediate Python] Installer des packages en masse avec pip
Jusqu'à ce que vous puissiez installer votre propre bibliothèque Python avec pip
Vous ne trouvez pas le package que vous avez installé avec pip install --user?
Étapes pour installer un package cloné Git localement avec pip
Installer Jupiter Notebook avec pip sur Windows dans un environnement proxy
J'ai libncurses mais je me fâche avec pip install readline
Mise à jour groupée avec pip (avec confirmation)
Installer l'environnement Python avec Anaconda
Installation de Keras (utilisée par Anaconda)
Utiliser pip avec Jupyter Notebook
Spécifiez la version avec l'installation de conda
Installation de Pip dans un environnement proxy
Installer une bibliothèque externe avec Python
Pip installe le référentiel GitHub
Traitement de PermissionError [Error 1] of pip install -U pip sur macOS Sierra
Que faire si vous ne pouvez pas installer pyaudio avec pip #Python
J'obtiens une erreur en essayant d'installer maec 4.0.1.0 avec pip
Que faire si vous obtenez une erreur de décodage Unicode avec l'installation de pip
Installer les packages qui doivent être compilés avec Python 3 avec pip [Windows]
Lisez ceci si vous obtenez des erreurs liées au SSL avec l'installation de pip! !! !!
[TensorFlow] Si vous souhaitez exécuter TensorBoard, installez-le avec pip.