Ich bin in eine Entwicklungsumgebung (Vagrant Ubuntu Box) und mein Projektverzeichnis wird einem anderen Dateisystem (über Vbox) zugeordnet, sodass Symlinks nicht unterstützt werden. Ich versuche, ein neues Venv zu erstellen, aber das Flag -Copies wird nicht respektiert. < /P>
$sudo python -m venv --copies venv
Error: [Errno 71] Protocol error: 'lib' -> '/home/vagrant/vagrant_projects/rurp/venv/lib64'
< /code>
Wenn ich Python 2.7 ($ virtualenv venv-ALLWAY-COPY) verwende, funktioniert es, aber nicht mit der Implementierung von Python3-Kopien. Das Argument für Kopie war eine Problemumgehung für ähnliche Probleme mit Python2.x. < /p>
Ich konnte online nichts finden, was einen Fehler in Venv anzeigt, und habe ein bisschen Verlust. Hat noch jemand dieses Problem gehabt? < /p>
$ python -V
Python 3.6.9
< /code>
Vielen Dank im Voraus.>
Venv nicht respektiert -Kopies Argument ⇐ Python
-
- Similar Topics
- Replies
- Views
- Last post