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 methane
Recipients larry, lemburg, mark.dickinson, methane, pitrou, rhettinger, scoder, serhiy.storchaka, vstinner, yselivanov
Date 2020-10-22.10:47:43
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1603363663.25.0.248572752784.issue24165@roundup.psfhosted.org>
In-reply-to
Content
I updated the patch.
I can not run pyperformance for now, because:

  AssertionError: would build wheel with unsupported tag ('cp310', 'cp310', 'linux_x86_64'

I added this config, but it can not solve the problem:

```
$ cat ~/.config/pip/pip.conf
[global]
no-cache-dir = true
```
History
Date User Action Args
2020-10-22 10:47:43methanesetrecipients: + methane, lemburg, rhettinger, mark.dickinson, pitrou, scoder, vstinner, larry, serhiy.storchaka, yselivanov
2020-10-22 10:47:43methanesetmessageid: <1603363663.25.0.248572752784.issue24165@roundup.psfhosted.org>
2020-10-22 10:47:43methanelinkissue24165 messages
2020-10-22 10:47:43methanecreate