opencv_python-4.0.1-cp37-cp37m-win_amd64 .whl is not a supported wheel on this platform.

1、一般来说,先查看当前的pip支持哪些文件名和版本

使用语句:import pip._internal

print(pip._internal.pep425tags.get_supported())

你可能感兴趣的:(opencv_python-4.0.1-cp37-cp37m-win_amd64 .whl is not a supported wheel on this platform.)