We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Traceback (most recent call last): File "/usr/lib/python3.10/runpy.py", line 196, in _run_module_as_main return _run_code(code, main_globals, None, File "/usr/lib/python3.10/runpy.py", line 86, in _run_code exec(code, run_globals) File "/src/onediff/src/onediff/demo/__main__.py", line 5, in <module> import oneflow as flow File "/usr/local/lib/python3.10/dist-packages/oneflow/__init__.py", line 288, in <module> import oneflow.framework.register_class_method_util as register_class_method_util File "/usr/local/lib/python3.10/dist-packages/oneflow/framework/register_class_method_util.py", line 17, in <module> import oneflow.framework.check_point_v2 as check_point_v2 File "/usr/local/lib/python3.10/dist-packages/oneflow/framework/check_point_v2.py", line 49, in <module> import oneflow.nn.graph.graph as graph_util File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/__init__.py", line 17, in <module> from oneflow.nn.graph import Graph File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/graph/__init__.py", line 16, in <module> from .graph import Graph File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/graph/graph.py", line 33, in <module> import oneflow.framework.graph_build_util as graph_build_util File "/usr/local/lib/python3.10/dist-packages/oneflow/framework/graph_build_util.py", line 30, in <module> from oneflow.nn.graph.proxy import GraphBlockType File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/graph/proxy.py", line 28, in <module> from oneflow.nn.graph.graph_block import ( File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/graph/graph_block.py", line 23, in <module> from oneflow.nn.graph.util import ( File "/usr/local/lib/python3.10/dist-packages/oneflow/nn/graph/util.py", line 271, in <module> ops: protobuf.pyext._message.RepeatedCompositeContainer, AttributeError: module 'google.protobuf' has no attribute 'pyext'
protocolbuffers/protobuf#13300
The text was updated successfully, but these errors were encountered:
Fixed with: Oneflow-Inc/oneflow#10336
Sorry, something went wrong.
strint
No branches or pull requests
protocolbuffers/protobuf#13300
The text was updated successfully, but these errors were encountered: