[GH-ISSUE #165] No OPENSSL_Applink #151

Closed
opened 2026-02-26 12:20:39 +03:00 by kerem · 4 comments
Owner

Originally created by @ken1882 on GitHub (Apr 23, 2021).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/165

I'm on Windows 10 19041, Python 3.8.5, pyinstaller 4.2 and autopytoexe 2.8.0. After converting the following simple code to exe and run it gives me error OPENSSL_Uplink(00007FFE3C559D30,08): no OPENSSL_Applink and crashed.

any idea to fix this? thanks.

import requests

with open('test.txt', 'w') as fp:
  fp.write(requests.get("https://www.google.com").content)
Originally created by @ken1882 on GitHub (Apr 23, 2021). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/165 I'm on Windows 10 19041, Python 3.8.5, pyinstaller 4.2 and autopytoexe 2.8.0. After converting the following simple code to exe and run it gives me error `OPENSSL_Uplink(00007FFE3C559D30,08): no OPENSSL_Applink` and crashed. any idea to fix this? thanks. ``` import requests with open('test.txt', 'w') as fp: fp.write(requests.get("https://www.google.com").content) ```
kerem closed this issue 2026-02-26 12:20:39 +03:00
Author
Owner

@brentvollebregt commented on GitHub (Apr 23, 2021):

What is the command in the text field under the "Current Command" heading?
If you execute this yourself, do you get the same result?

<!-- gh-comment-id:825619718 --> @brentvollebregt commented on GitHub (Apr 23, 2021): What is the command in the text field under the "Current Command" heading? If you execute this yourself, do you get the same result?
Author
Owner

@ken1882 commented on GitHub (Apr 26, 2021):

What is the command in the text field under the "Current Command" heading?
If you execute this yourself, do you get the same result?

The command is pyinstaller --noconfirm --onedir --console test.py and yeah still the same error, so it's a pyinstaller issue?

<!-- gh-comment-id:826445020 --> @ken1882 commented on GitHub (Apr 26, 2021): > > > What is the command in the text field under the "Current Command" heading? > If you execute this yourself, do you get the same result? The command is `pyinstaller --noconfirm --onedir --console test.py` and yeah still the same error, so it's a pyinstaller issue?
Author
Owner

@brentvollebregt commented on GitHub (Apr 26, 2021):

My vote you be yes, this is a pyinstaller issue. If you run the command yourself, do you still get the issue?
I would recommend running this in an empty directory containing only your test.py file.

<!-- gh-comment-id:826475327 --> @brentvollebregt commented on GitHub (Apr 26, 2021): My vote you be yes, this is a pyinstaller issue. If you run the command yourself, do you still get the issue? I would recommend running this in an empty directory containing only your test.py file.
Author
Owner

@ken1882 commented on GitHub (Apr 26, 2021):

Turns out it seems is the openssl issue due to my python is using different version than the Windows itself, maybe because I had compiled openssl natively myself before in order to use it in my another C project so it messed up. I used another clean Win10 VM and run the same command it works perfectly, thanks.

<!-- gh-comment-id:826832925 --> @ken1882 commented on GitHub (Apr 26, 2021): Turns out it seems is the openssl issue due to my python is using different version than the Windows itself, maybe because I had compiled openssl natively myself before in order to use it in my another C project so it messed up. I used another clean Win10 VM and run the same command it works perfectly, thanks.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/auto-py-to-exe#151
No description provided.