Paddle2ONNX icon indicating copy to clipboard operation
Paddle2ONNX copied to clipboard

pip3安装的用不了,编译安装也失败

Open Lowpower opened this issue 1 year ago • 1 comments

-- ******** Summary ********

  • absl_VERSION: 20230802 -- ONNX_PROTOC_EXECUTABLE: /opt/homebrew/bin/protoc -- Protobuf_VERSION: 4.24.4 -- CMake version : 3.27.2 -- CMake command : /opt/homebrew/lib/python3.11/site-packages/cmake/data/bin/cmake -- System : Darwin -- C++ compiler : /Library/Developer/CommandLineTools/usr/bin/c++ -- C++ compiler version : 14.0.3.14030022 -- CXX flags : -Wnon-virtual-dtor -- Build type : Release -- Compile definitions : MAX_ONNX_OPSET_VERSION=17;PADDLE2ONNX_LIB;ONNX_NAMESPACE=paddle2onnx;__STDC_FORMAT_MACROS -- CMAKE_PREFIX_PATH : -- CMAKE_INSTALL_PREFIX : /usr/local -- CMAKE_MODULE_PATH : -- -- ONNX version : 1.15.0 -- ONNX NAMESPACE : paddle2onnx -- ONNX_USE_LITE_PROTO : OFF -- USE_PROTOBUF_SHARED_LIBS : OFF -- Protobuf_USE_STATIC_LIBS : ON -- ONNX_DISABLE_EXCEPTIONS : OFF -- ONNX_DISABLE_STATIC_REGISTRATION : OFF -- ONNX_WERROR : OFF -- ONNX_BUILD_TESTS : OFF -- ONNX_BUILD_BENCHMARKS : OFF -- ONNX_BUILD_SHARED_LIBS : -- BUILD_SHARED_LIBS : -- -- Protobuf compiler : /opt/homebrew/bin/protoc -- Protobuf includes : /opt/homebrew/include -- Protobuf libraries : /opt/homebrew/lib/libprotobuf.dylib -- BUILD_ONNX_PYTHON : OFF -- Paddle2ONNX: master

Lowpower avatar Oct 25 '23 09:10 Lowpower

pip3安装的版本是0.8.1 和numpy 1.20 不兼容,升级安装又要重新编译,和上面的直接编译报错一致

Lowpower avatar Oct 25 '23 09:10 Lowpower