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 Marco Sulla
Recipients CameronHudson8, Epic_Wink, Marco Sulla, vinay.sajip
Date 2020-12-02.21:59:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1606946380.69.0.721279235473.issue36964@roundup.psfhosted.org>
In-reply-to
Content
The PR will probably be rejected... you can do something like this:

1. in the venv on our machine, do `pip freeze`. This gives you the whole list of installed dependencies
2. download all the packages using `pip download`
3. copy all the packages on the cloud, create the venv and install them using `pip install $PATH_TO_PACKAGE`
History
Date User Action Args
2020-12-02 21:59:40Marco Sullasetrecipients: + Marco Sulla, vinay.sajip, Epic_Wink, CameronHudson8
2020-12-02 21:59:40Marco Sullasetmessageid: <1606946380.69.0.721279235473.issue36964@roundup.psfhosted.org>
2020-12-02 21:59:40Marco Sullalinkissue36964 messages
2020-12-02 21:59:40Marco Sullacreate