You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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-core in your activated virtual environment.
🔍 Description of the bug
When defining a PYMAPDL_IP global variable, the following information is asked:
Enter the location of Ansys MAPDL (ansysxxx):
However, when passing the ip value within the launch_mapdl argument, this information doesn't appear and MAPDL is correctly launched.
🕵️ Steps To Reproduce
ThelogwillautomaticallybeformattedasPythoncode! Noneedto type backticks.
>>>launch_mapdl(ip=IP)
export $PYMAPDL_IP=IP>>>launch_mapdl()
💻 Which Operating System are you using?
Linux
🐍 Which Python version are you using?
3.10
📝 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.
The text was updated successfully, but these errors were encountered:
🤓 Before submitting the issue
pip install --upgrade --upgrade-strategy eager ansys-mapdl-core
in your activated virtual environment.🔍 Description of the bug
When defining a
PYMAPDL_IP
global variable, the following information is asked:However, when passing the ip value within the
launch_mapdl
argument, this information doesn't appear and MAPDL is correctly launched.🕵️ Steps To Reproduce
💻 Which Operating System are you using?
Linux
🐍 Which Python version are you using?
3.10
📝 PyMAPDL Report
Show the Report!
📝 Installed packages
Show the installed packages!
📝 Logger output file
Show the logger output file.
The text was updated successfully, but these errors were encountered: