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

[BUG] virtual environment created from installer does not allow for Fluent 24R2 to be launched #375

Closed
2 tasks done
rploconnor opened this issue Nov 5, 2024 · 3 comments · Fixed by #377
Closed
2 tasks done
Assignees
Labels
bug Something isn't working

Comments

@rploconnor
Copy link

🔍 Before submitting the issue

  • I have tried the latest Ansys Python Installer version
  • I have adapted properly the title of the issue

Description

Steps to reproduce:

  1. Install latest installer
  2. From installer, install Python (version doesn't matter)
  3. From installer, create virtual environment
  4. From installer, install pyfluent (version doesn't matter)
  5. From installer, Launch console
  6. From console, launch Fluent as follows: start "" "C:\Program Files\ANSYS Inc\v242\fluent\ntbin\win64\fluent.exe" 3ddp -t2 -sifile=serverinfo.txt -nm
  7. Fluent opens and then shuts down. Error in the Fluent transcript is as follows:

legacy Provider loading failed
EVP_DecryptInit. could not load the shared library

Everything works fine if I launch from a virtual environment created manually.
Everything works fine if I launch a version of Fluent 24R1 and older.

@phx-mkoninckx
Copy link

@rploconnor: I believe this may be the result of a broader issue with pyinstaller that we can work around. See #376, I'm happy to answer any questions you may have about it.

@RobPasMue
Copy link
Member

Might be related like @phx-mkoninckx mentions, @rploconnor - can you give it a try to this version of the installer? #377

You can download it from the workflow artifacts

@RobPasMue RobPasMue self-assigned this Nov 6, 2024
@RobPasMue RobPasMue linked a pull request Nov 6, 2024 that will close this issue
@RobPasMue
Copy link
Member

Hi @rploconnor - version 0.3.9 is out, could you give it a try and see if it works now?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants