mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-26 04:05:49 +03:00
[GH-ISSUE #143] ERR_SSL_PROTOCOL_ERROR running auto-py-to-exe #134
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @andreabisello on GitHub (Nov 28, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/143
on python 3.8.4 on windows 10 updated

on just installed pip install auto-py-to-exe
running auto-py-to-exe
i obtain
@brentvollebregt commented on GitHub (Nov 28, 2020):
This looks pretty similar to gevent/gevent#1708. What version of gevent do you have installed? Might pay to try and downgrade it.
@andreabisello commented on GitHub (Nov 30, 2020):
@brentvollebregt version is 20.9.0 .
@brentvollebregt commented on GitHub (Nov 30, 2020):
Have you tried down-grading?
@andreabisello commented on GitHub (Nov 30, 2020):
with 20.6.2 or 20.5.2 error is different

but still not working.
i need to try on my personal computer out of the work organization because some months ago i tried this project and it worked, i will take a look at the configurations
@brentvollebregt commented on GitHub (Dec 1, 2020):
Are there any errors in the DevTools (you can open them using F12)
@github-actions[bot] commented on GitHub (Jan 31, 2021):
This issue is stale because it has been open for 60 days with no activity. Remove stale label or comment on this issue or it will be closed in 5 days.
@andreabisello commented on GitHub (Jan 31, 2021):
@brentvollebregt

no
@brentvollebregt commented on GitHub (Jan 31, 2021):
@andreabisello could you please:
@andreabisello commented on GitHub (Mar 30, 2021):
@brentvollebregt i updated everything and not it works, even without the use of a venv.
thanks for the tool, it works very well!