When I am trying to install .whl with pip
it said:
is not a supported wheel on this platform
to solve this problem, I
I also have this problem. But I made a mistake following the previous approach. enter image description hereTypeError: get_supported() missing 1 required positional argument: 'archive_root' ,The solution is to add parameter win_amd64 in get_supported().
import wheel.pep425tags as w
print(w.get_supported("win_amd64")