-
Notifications
You must be signed in to change notification settings - Fork 143
Open
Labels
bugIssue, problem or error in PyMAPDLIssue, problem or error in PyMAPDL
Description
🤓 Before submitting the issue
- I have visited the Troubleshooting section.
- I have searched among the existing issues.
- I am using a Python virtual environment.
- 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
Error : Unable to connect to MPADL gRPC instance at dns://127.0.0.1: 50052
We have tested the output of MAPDL when launching through the terminal
MAPDL is launched successfully. Please find the attached log.
We have activated the debugging. Please find the attached log file.
#REDACTED FILES
🕵️ Steps To Reproduce
from ansys.mapdl.core import LOG
LOG.setLevel("DEBUG")
LOG.log_to_file("mylog.log")
from ansys.mapdl.core import launch_mapdl
mapdl = launch_mapdl(loglevel="DEBUG")💻 Which Operating System are you using?
Windows
🐍 Which Python version are you using?
3.10
💾 Which MAPDL version are you using?
2024R2
📝 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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
bugIssue, problem or error in PyMAPDLIssue, problem or error in PyMAPDL