[New-bugs-announce] [issue21643] "File exists" error during venv --upgrade

Virgil Dupras report at bugs.python.org
Mon Jun 2 20:47:26 CEST 2014


New submission from Virgil Dupras:

There seems to have been a regression in Python 3.4.1 with "pyvenv --upgrade", and this regression seems to be caused by #21197.

It now seems impossible to use the "--upgrade" flag without getting a "File exists" error. Steps to reproduce:

$ pyvenv env
$ pyvenv --upgrade env
Error: [Errno 17] File exists: '/<pwd>/env/lib' -> '/<pwd>/env/lib64'

----------
components: Library (Lib)
keywords: 3.4regression
messages: 219617
nosy: vdupras, vinay.sajip
priority: normal
severity: normal
status: open
title: "File exists" error during venv --upgrade
versions: Python 3.4

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21643>
_______________________________________


More information about the New-bugs-announce mailing list