mirror of
https://github.com/brentvollebregt/auto-py-to-exe.git
synced 2026-04-25 11:45:49 +03:00
[GH-ISSUE #137] Failed to install dependencies #127
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 @hosseinzamaninasab on GitHub (Nov 14, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/137
ERROR: Command errored out with exit status 1
@brentvollebregt commented on GitHub (Nov 14, 2020):
Could you please give some more details on your issue? I have no clue what you've done to get this message.
@hosseinzamaninasab commented on GitHub (Nov 14, 2020):
When i try to install it with pip:
@unbeatable-101 commented on GitHub (Nov 14, 2020):
Download this
@brentvollebregt commented on GitHub (Nov 14, 2020):
This looks like it is an issue with building gevent when reading the error. Did you read the help post that is linked in the README? I discuss how to install a pre-build distribution on gevent here.
Either get the pre-built distribution or you could go down the route of @unbeatable-101's recommendation which will work also.
@hosseinzamaninasab commented on GitHub (Nov 17, 2020):
Ok, thanks.