PyAEDT requires grpcio<1.77 But PyFluent now requires grpcio>=1.78 #7275
Replies: 2 comments
-
|
I downgraded to grpcio==1.76 and PyFluent still works but PyAEDT doesn't launch: PyAEDT INFO: New AEDT session is starting on gRPC port 54506. It tries twice then fails. |
Beta Was this translation helpful? Give feedback.
-
|
If you check PyAEDT deps, it allows <1.79 https://github.com/ansys/pyaedt/blob/main/pyproject.toml So, I think you are using an old Pyaedt version |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
PyAEDT requires grpcio<1.77 But PyFluent now requires grpcio>=1.78
This breaks the PyAnsys interoperability.
Can PyAEDT be upgraded to grpcio>=1.78 as soon as possible?
Thanks.
Beta Was this translation helpful? Give feedback.
All reactions