-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Labels
bugIssue, problem or error in PyFluentIssue, problem or error in PyFluent
Description
🔍 Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
🐞 Description of the bug
I'm working in an ipynb file within VS-Code. Usually when creating a command I can tab through a popup menu of suggestions to complete the command. The menu appears but it only contains a few options.
📝 Steps to reproduce
import ansys.fluent.core as pyfluent
meshing = pyfluent.launch_fluent(mode="meshing",ui_mode="gui")
watertight = meshing.watertight()
watertight.[I press tab here and see the following]Menu options:
.children
.deletetasks
.first_child
.last_child
.load_state
.save_workflow
.task_names
.tasks
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
26R1
🐍 Which Python version are you using?
3.13
📦 Installed packages
ansys-api-fluent==0.3.36
ansys-api-platform-instancemanagement==1.1.3
ansys-api-tools-filetransfer==0.1.2
-e git+https://github.com/ansys/pyfluent.git@673466e10089302ed60fc5f481e651b1e523d9d6#egg=ansys_fluent_core
ansys-platform-instancemanagement==1.1.2
ansys-tools-common==0.4.0
ansys-tools-filetransfer==0.2.1
ansys-units==0.9.1
appdirs==1.4.4
asttokens==3.0.1
certifi==2025.11.12
charset-normalizer==3.4.4
click==8.3.1
colorama==0.4.6
comm==0.2.3
debugpy==1.8.19
decorator==5.2.1
defusedxml==0.7.1
Deprecated==1.3.1
docker==7.1.0
executing==2.2.1
googleapis-common-protos==1.72.0
grpcio==1.76.0
grpcio-health-checking==1.62.3
grpcio-status==1.62.3
idna==3.11
importlib_metadata==8.7.1
ipykernel==7.1.0
ipython==9.8.0
ipython_pygments_lexers==1.1.1
jedi==0.19.2
joblib==1.5.3
jupyter_client==8.7.0
jupyter_core==5.9.1
matplotlib-inline==0.2.1
nest-asyncio==1.6.0
nltk==3.9.2
numpy==2.4.0
packaging==25.0
pandas==2.3.3
parso==0.8.5
platformdirs==4.5.1
prompt_toolkit==3.0.52
protobuf==4.25.8
psutil==7.2.0
pure_eval==0.2.3
pyansys-tools-report==0.9.0
Pygments==2.19.2
python-dateutil==2.9.0.post0
pytz==2025.2
pywin32==311
PyYAML==6.0.3
pyzmq==27.1.0
regex==2025.11.3
requests==2.32.5
scooby==0.11.0
six==1.17.0
stack-data==0.6.3
tornado==6.5.4
tqdm==4.67.1
traitlets==5.14.3
typing_extensions==4.15.0
tzdata==2025.3
urllib3==2.6.2
wcwidth==0.2.14
wrapt==2.0.1
zipp==3.23.0Metadata
Metadata
Assignees
Labels
bugIssue, problem or error in PyFluentIssue, problem or error in PyFluent