-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
bugSomething isn't workingSomething isn't working
Description
🔍 Before submitting the issue
- I have searched among the existing issues
- I am using a Python virtual environment
🐞 Description of the bug
I executed the python_multi_process_step example against a dev version of JMS. The program aborted with the message
[2025-03-26 08:25:39,810 | ERROR] Uploading file content requires JMS version 1.1.4 or later.
The version reported by JMS is 0.0.dev, which fails the min version check.
Potential solution
In check_version_and_raise one could first check for dev versions. If a dev version is detected, one could output a warning and return.
📝 Steps to reproduce
Run the python_multi_process_step example against a dev version of JMS.
💻 Which operating system are you using?
Windows
📀 Which ANSYS version are you using?
No response
🐍 Which Python version are you using?
3.10
📦 Installed packages
accessible-pygments==0.0.5
alabaster==1.0.0
annotated-types==0.7.0
-e git+https://github.com/ansys/pyhps.git@c8c076e2112c8cf19243b6fa4004b590f190eea0#egg=ansys_hps_client
ansys-hps-data-transfer-client @ git+https://github.com/ansys-internal/hps-data-transfer-client.git@b94b0ece7bd75b461d9011c37d46994160905bbe
ansys-sphinx-theme==1.3.2
anyio==4.8.0
asttokens==3.0.0
asyncio-atexit==1.0.1
attrs==25.1.0
autodoc_pydantic==2.1.0
babel==2.17.0
backoff==2.2.1
beautifulsoup4==4.13.3
bleach==6.2.0
cachetools==5.5.1
certifi==2025.1.31
cffi==1.17.1
chardet==5.2.0
charset-normalizer==3.4.1
colorama==0.4.6
comm==0.2.2
coverage==7.6.12
cryptography==44.0.0
debugpy==1.8.12
decorator==5.1.1
defusedxml==0.7.1
deprecation==2.1.0
distlib==0.3.9
docutils==0.21.2
exceptiongroup==1.2.2
executing==2.2.0
fastjsonschema==2.21.1
filelock==3.17.0
h11==0.14.0
httpcore==1.0.7
httpx==0.27.2
humanfriendly==10.0
idna==3.10
imagesize==1.4.1
importlib_metadata==8.6.1
iniconfig==2.0.0
ipykernel==6.29.5
ipython==8.32.0
ipywidgets==8.1.5
jaraco.functools==4.1.0
jedi==0.19.2
Jinja2==3.1.5
jsonschema==4.23.0
jsonschema-specifications==2024.10.1
jupyter-sphinx==0.5.3
jupyter_client==8.6.3
jupyter_core==5.7.2
jupyterlab_pygments==0.3.0
jupyterlab_widgets==3.0.13
jwcrypto==1.5.6
markdown-it-py==3.0.0
MarkupSafe==3.0.2
marshmallow==3.26.1
marshmallow-oneofschema==3.1.1
matplotlib-inline==0.1.7
mdit-py-plugins==0.4.2
mdurl==0.1.2
mistune==3.1.1
more-itertools==10.6.0
myst-parser==4.0.1
nbclient==0.10.2
nbconvert==7.16.6
nbformat==5.10.4
nbsphinx==0.9.6
nest-asyncio==1.6.0
numpydoc==1.8.0
packaging==24.2
pandocfilters==1.5.1
parso==0.8.4
pdf2image==1.17.0
pillow==11.1.0
platformdirs==4.3.6
pluggy==1.5.0
portend==3.2.0
prompt_toolkit==3.0.50
psutil==6.1.1
pure_eval==0.2.3
pycparser==2.22
pydantic==2.10.6
pydantic-settings==2.7.1
pydantic_core==2.27.2
pydata-sphinx-theme==0.16.1
Pygments==2.19.1
PyJWT==2.10.1
pyproject-api==1.9.0
pyreadline3==3.5.4
pytest==8.3.5
python-dateutil==2.9.0.post0
python-dotenv==1.0.1
python-keycloak==3.12.0
pywin32==308
PyYAML==6.0.2
pyzmq==26.2.1
referencing==0.36.2
requests==2.32.3
requests-toolbelt==1.0.0
rpds-py==0.22.3
six==1.17.0
sniffio==1.3.1
snowballstemmer==2.2.0
soupsieve==2.6
Sphinx==8.1.3
sphinx-autodoc-typehints==3.0.1
sphinx-copybutton==0.5.2
sphinx-jinja==2.0.2
sphinx-tabs==3.4.7
sphinx_design==0.6.1
sphinxcontrib-applehelp==2.0.0
sphinxcontrib-devhelp==2.0.0
sphinxcontrib-globalsubs==0.1.2
sphinxcontrib-htmlhelp==2.1.0
sphinxcontrib-httpdomain==1.8.1
sphinxcontrib-jsmath==1.0.1
sphinxcontrib-qthelp==2.0.0
sphinxcontrib-serializinghtml==2.0.0
sphinxnotes-strike==1.2.1
stack-data==0.6.3
tabulate==0.9.0
tempora==5.8.0
tinycss2==1.4.0
tomli==2.2.1
tornado==6.4.2
tox==4.24.2
traitlets==5.14.3
typing_extensions==4.12.2
urllib3==2.3.0
virtualenv==20.29.1
wcwidth==0.2.13
webencodings==0.5.1
widgetsnbextension==4.0.13
zipp==3.21.0Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't working

