pymapdl
pymapdl copied to clipboard
ansys-api-mapdl requires protobuf<5
🤓 Before submitting the issue
- [X] I have visited the Troubleshooting section.
- [X] I have searched among the existing issues.
- [X] I am using a Python virtual environment.
- [X] I am using the latest version of PyMAPDL and its dependencies (fully updated virtual environment). You can update them using
pip install --upgrade --upgrade-strategy eager ansys-mapdl-corein your activated virtual environment.
🔍 Description of the bug
Hi all, I am raising this issue as we realized while doing integration tests that we have an issue in requirements between ansys-dpf-core and ansys-api-mapdl as can be seen here:
We have put a minimal requirement of protobuf>=5.27.0 for ansys-dpf-core due to issues with previous versions, namely due to the new file expected google.protobuf.runtime_version.py.
I wanted to know if there is any reason to limit ansys-api-mapdl to protobuf<5, so I know where the fix needs to be made.
Thanks
🕵️ Steps To Reproduce
The log will automatically be formatted as Python code! No need to type backticks.
💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.10
💾 Which MAPDL version are you using?
latest dev
📝 PyMAPDL Report
Show the Report!
# PASTE HERE THE OUTPUT OF `python -c "from ansys.mapdl import core as pymapdl; print(pymapdl.Report())"` here
📝 Installed packages
Show the installed packages!
# PASTE HERE THE OUTPUT OF `python -m pip freeze` here
📝 Logger output file
Show the logger output file.
# PASTE HERE THE CONTENT OF THE LOGGER OUTPUT FILE.