Skip to content

Discovery Version not available #1491

Discussion options

You must be logged in to vote

For summary purposes on future reads...

After trying to determine information relative to:

  • What version of ansys-tools-path you are using? (pip list and search for this package)
  • Can you also run the following code and share the output?
from ansys.tools.path import get_available_ansys_installations, get_latest_ansys_installation

installs = get_available_ansys_installations()
print(installs)

latest = get_latest_ansys_installation()
print(latest)

print("24R2 is not available") if 242 not in installs else print("24R2 is available")

We realized that the ansys-tools-path version being used was too old (0.3.2) and did not have "knowledge" of the Ansys 24R2 release. A version upgrade of an…

Replies: 2 comments 7 replies

Comment options

You must be logged in to vote
7 replies
@aglowinski-danfoss
Comment options

@RobPasMue
Comment options

@aglowinski-danfoss
Comment options

@RobPasMue
Comment options

@RobPasMue
Comment options

Comment options

You must be logged in to vote
0 replies
Answer selected by aglowinski-danfoss
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants