[issue44076] issue with list in Python 3.8.5

Shreyan Avigyan report at bugs.python.org
Mon May 10 03:58:18 EDT 2021


Shreyan Avigyan <shreyan.avigyan at gmail.com> added the comment:

Shortcut is store the output of pip in a file using,

pip freeze > file.txt

And then after installing Python 3.9

py -3.9 -m pip install -m file.txt

----------
nosy:  -christian.heimes

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44076>
_______________________________________


More information about the Python-bugs-list mailing list