Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Minimum Ansys version supported #128

Open
RobPasMue opened this issue Nov 18, 2024 · 2 comments
Open

Minimum Ansys version supported #128

RobPasMue opened this issue Nov 18, 2024 · 2 comments
Assignees

Comments

@RobPasMue
Copy link
Member

Pinging @igortg for visibility

We should inform users which is the minimum Ansys version supported for PyRocky. This should be done in 2 ways:

  • Through documentation: by explaining it directly on the docs
  • Through code: we should implement some checks to verify the minimum version compatibility. I also recommend you to use ansys-tools-path for detecting where is your user's Ansys installation and thus simplify your current API (you are forcing the user to pass the full path to the executable but if you knew the value of AWP_ROOT and the version your user wants to run, you could automatically infer the path).
@igortg
Copy link
Collaborator

igortg commented Nov 18, 2024

Thanks for the report @RobPasMue. We'll be addressing this ASAP.

@RobPasMue
Copy link
Member Author

Let me know if you need more info BTW! Thanks @igortg

Link to ansys-tools-path repo: https://github.com/ansys/ansys-tools-path
And documentation: https://path.tools.docs.pyansys.com/

Specifically, I think this API might be interesting for you: https://path.tools.docs.pyansys.com/version/stable/_autosummary/ansys.tools.path.get_available_ansys_installations.html#ansys.tools.path.get_available_ansys_installations

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants