This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients dtrodrigues, eric.smith, ned.deily, neeltennis, ronaldoussoren
Date 2021-02-14.22:21:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1613341276.4.0.18697015713.issue43218@roundup.psfhosted.org>
In-reply-to
Content
Are you sure there wasn't an existing virtual environment at .venv? By default, venv does not upgrade an existing environment. Try deleting the .venv directory first, assuming there is nothing in the environment you want to save. Otherwise you could try debugging the shell steps with the shell command:

set -x

and, if necessary, debugging the python environment with:

python3 -m test.pythoninfo

https://docs.python.org/3.9/library/venv.html
History
Date User Action Args
2021-02-14 22:21:16ned.deilysetrecipients: + ned.deily, ronaldoussoren, eric.smith, dtrodrigues, neeltennis
2021-02-14 22:21:16ned.deilysetmessageid: <1613341276.4.0.18697015713.issue43218@roundup.psfhosted.org>
2021-02-14 22:21:16ned.deilylinkissue43218 messages
2021-02-14 22:21:16ned.deilycreate