I am trying for Fluent Product Instance Manager and followed this document
https://dev-docs.external.solutions.ansys.com/version/stable/examples/product_instance_managers/saf_ex_fluent_product_instance.html
I have added in my pyproject.toml file for an already created solution
ansys-saf-glow-engine = {
version = "^1.34",
source = "solutions-private-pypi",
extras = ["fluent"]
}
I am trying to import this line
from ansys.saf.glow.solution.beta.fluent import Fluent3DDPSolverManager
but getting this error
File "C:\Solutions\mixing-elbow.venv\lib\site-packages\ansys\api\fluent\v0\app_utilities_pb2.py", line 9, in
from google.protobuf import runtime_version as _runtime_version
ImportError: cannot import name 'runtime_version' from 'google.protobuf' (C:\Solutions\mixing-elbow.venv\lib\site-packages\google\protobuf__init__.py)