Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

upgrade onnx to 1.14 so pip install works on macOS #334

Merged
merged 3 commits into from
Jun 16, 2023

Conversation

YixuanSeanZhou
Copy link
Contributor

Addressing bug report here: #333.

Main error message in installation:

/opt/homebrew/include/google/protobuf/port_def.inc:205:1: error: static_assert failed due to requirement '201103L >= 201402L' "Protobuf only supports C++14 and newer."
      static_assert(PROTOBUF_CPLUSPLUS_MIN(201402L), "Protobuf only supports C++14 and newer.");

Related discussion onnx/onnx#4992. Maintainers of onnx merged a fix for this later.

setup.py Outdated Show resolved Hide resolved
setup.py Outdated Show resolved Hide resolved
@mgoin mgoin changed the title upgrade onnx so pip install works on macOS upgrade onnx to 1.14 so pip install works on macOS Jun 15, 2023
@mgoin mgoin requested review from a team, shubhra and tdg5 and removed request for a team June 16, 2023 14:09
@mgoin mgoin merged commit 49c1845 into neuralmagic:main Jun 16, 2023
4 checks passed
@mgoin mgoin linked an issue Jun 17, 2023 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Can Not Install Sparsezoo Using Pip
3 participants