“[Errno 13] Erlaubnis abgelehnt” Code-Antworten

[Errno 13] Erlaubnis abgelehnt: Ubuntu

sudo python3 setup.py install  # TLDR; try with sudo
Puzzled Puffin

[Errno 13] Erlaubnis abgelehnt

This can happen either becuase the file is in use by another proccess or
your user doesn't have access
The 3 * Proggrammer

[Errno 13] Erlaubnis abgelehnt



chown -R user-id:group-id /path/to/the/directory


Modern Moth

Ähnliche Antworten wie “[Errno 13] Erlaubnis abgelehnt”

Fragen ähnlich wie “[Errno 13] Erlaubnis abgelehnt”

Durchsuchen Sie beliebte Code-Antworten nach Sprache

Durchsuchen Sie andere Codesprachen