-
Notifications
You must be signed in to change notification settings - Fork 12
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
ImportError: Can't connect to HTTPS URL because the SSL module is not available. #4
Comments
Thanks for your feedback, another user has also encountered this problem, I will no longer use pyinstaller and run it directly in a virtual environment |
please allow me to thank you in this post. |
@Goojoe tried out your 1.0.0 release this morning with another pc, and it gives me this error when running the bat file:
Unfortunately requirements.txt isnt included with the zip file, so i cant install it using just the release zip. ah, now i installed python 3.11 on this computer and i have a different error. "Libpython3.9 is missing, cannot execute code" |
Okay, I may know the reason, the dependent library may not support too new Python version
This problem may be that the virtual environment does not have the above modules installed. |
I need more detailed information to locate the problem: |
Ok, the other computer was an unstable Vm, it was a bad computer to test on. Heres my main computer I tested it on. Fresh install. ### System Info:
Python Version:
Pip installed packages:
Error when running run.bat in the 1.0.0 releases zip:
|
Does venv/site-package have pyperclip?
|
venv/Lib/site-packages has pyperclip Ok, when i do that command:
And go to run run.bat:
|
I finally found the reason, I shouldn't use venv either, because everyone's environment is different, I will change the README and delete releases |
Hello,
When trying to run the compiled python exe, it gives me an error:
I installed python 3.11, installed requierments, and running the source script went fine and it worked. Just using the PyInstaller version does not.
The text was updated successfully, but these errors were encountered: