Hey.
I have a wheel issue as I have seen a couple of others have but after going through all the different threads I can't seem to get a solution going. Quick info:
I run windows 10 and have created a virtual env via conda. My env specs are:
Python 3.6.9
Pip v. 19.3.1
When I go print(wheel.pep425tags.get_supported())
I get:
[('cp36', 'cp36m', 'win_amd64'), ('cp36', 'none', 'win_amd64'), ('cp36', 'none', 'any'), ('cp3', 'none', 'any'), ('cp35', 'none', 'any'), ('cp34', 'none', 'any'), ('cp33', 'none', 'any'), ('cp32', 'none', 'any'), ('cp31', 'none', 'any'), ('cp30', 'none', 'any'), ('py3', 'none', 'win_amd64'), ('py36', 'none', 'any'), ('py3', 'none', 'any'), ('py35', 'none', 'any'), ('py34', 'none', 'any'), ('py33', 'none', 'any'), ('py32', 'none', 'any'), ('py31', 'none', 'any'), ('py30', 'none', 'any')]
My file is located at (and is named) "C:\Users\Admin\Desktop\prodigy-1.9.5-cp36.cp37.cp38-cp36m.cp37m.cp38-win_amd64.whl"
I have run the following command in bot pip and pip3 (and also tried adding and removing m at the last cp38):
pip install prodigy-1.9.5-cp36.cp37.cp38-cp36m.cp37m.cp38-win_amd64.whl
It still says: "is not a supported wheel on this platform."
Any advice?