[python] errorno 13

Applications, problèmes de configuration réseau
Eren0
Hankyu
Messages : 19
Inscription : mer. 09 août 2017, 18:05

[python] errorno 13

Message par Eren0 »

Bonjour, pour installer un paquet je dois utiliser la commande python setup.py install, mais quand je l'utilise j'ai :
running install
error: can't create or remove files in install directory

The following error occurred while trying to add or remove files in the
installation directory:

[Errno 13] Permission denied: '/usr/lib/python3.6/site-packages/test-easy-install-27560.write-test'

The installation directory you specified (via --install-dir, --prefix, or
the distutils default setting) was:

/usr/lib/python3.6/site-packages/

Perhaps your account does not have write access to this directory? If the
installation directory is a system-owned directory, you may need to sign in
as the administrator or "root" account. If you do not have administrative
access to this machine, you may wish to choose a different installation
directory, preferably one that is listed in your PYTHONPATH environment
variable.

For information on other options, you may wish to consult the
documentation at:

https://setuptools.readthedocs.io/en/la ... stall.html

Please make the appropriate changes for your system and try again.
Avatar de l’utilisateur
benjarobin
Maître du Kyudo
Messages : 17188
Inscription : sam. 30 mai 2009, 15:48
Localisation : Lyon

Re: [python] errorno 13

Message par benjarobin »

Bonjour, l'erreur t'explique le problème, mais ce n'est de toute façon pas une bonne idée de faire la chose en root. Tu dois passer par un paquet (un pkgbuild) existant ou de ta création.
Zsh | KDE | PC fixe : core i7, carte nvidia
Titre d'un sujet : [Thème] Sujet (état) / Règles du forum
Eren0
Hankyu
Messages : 19
Inscription : mer. 09 août 2017, 18:05

Re: [python] errorno 13

Message par Eren0 »

Et si je vais dans le dossier et que je fais

Code : Tout sélectionner

pip install .
en user, c'est bon ?

En fait si j'ai bien compris il ne veut pas, parce-qu'il ne peut pas écrire dans /usr/lib en tant qu'user c'est ça ?
Répondre