Install fails on 0.104.3 , wheel failure python 3.7.5 ubuntu 18.04 LTS

Had the same problem on Ubuntu 18-04. Installed python 3.8 and used `
$ mkvirtualenv -p python3.8 a-good-name to create the virtual and the problems went away. Thanks for finding the way.