这个错误很常见,解决方法是改名,首先要获得在你的机器的平台上的合法名称: import pip pip.pep425tags.get_supported() 结果可能如下: 上图的意思就是说对于python3.6(cp36)来说,合法的名字只能是这些,比如: ‘cp36_cp36m_macosx_10_12_x86_64.whl’ ‘cp36_cp36m_mac... ...
path: ./wheelhouse/*.whl 4 changes: 2 additions & 2 deletions 4 .gitignore Original file line numberDiff line numberDiff line change @@ -54,8 +54,8 @@ ## ONNX # build, distribute, and bins (+ python proto bindings) build build_* build/ build_*/ .build_debug/* .build_release...