Hi, this it seems like recent builds of this package have been built with the tar.gz only, not the wheel as well, though setup.cfg is set up to create a universal wheel. It seems like the most recent wheel build was version 0.7.1.
All that needs to happen is passing the bdist_wheel arg to setup.py - ie
Hi, this it seems like recent builds of this package have been built with the tar.gz only, not the wheel as well, though setup.cfg is set up to create a universal wheel. It seems like the most recent wheel build was version 0.7.1.
All that needs to happen is passing the bdist_wheel arg to setup.py - ie
instead of
see https://pythonwheels.com/