[GH-ISSUE #130] Cannot install Eel #123

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

Originally created by @zypherift on GitHub (Oct 21, 2020).
Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/130

Hi! I tried to install the requirements.txt using pip, but it gave me an error.
It start of fine like this:

Collecting Eel==0.12.4
  Using cached Eel-0.12.4.tar.gz (15 kB)
Collecting bottle
  Using cached bottle-0.12.18-py3-none-any.whl (89 kB)
Collecting bottle-websocket
  Using cached bottle-websocket-0.2.9.tar.gz (2.0 kB)
Requirement already satisfied: future in c:\users\regok\appdata\local\programs\python\python39\lib\site-packages (from Eel==0.12.4) (0.18.2)
Collecting whichcraft
  Using cached whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB)
Collecting gevent-websocket
  Using cached gevent_websocket-0.10.1-py3-none-any.whl (22 kB)
Collecting gevent
  Using cached gevent-20.9.0.tar.gz (5.8 MB)
  Installing build dependencies ... \`
and then this happens:
`ERROR: Command errored out with exit status 1: 'c:\users\regok\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\regok\\AppData\\Local\\Temp\\pip-install-2_12iofu\\greenlet\\setup.py'"'"'; __file__='"'"'C:\\Users\\regok\\AppData\\Local\\Temp\\pip-install-2_12iofu\\greenlet\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\regok\AppData\Local\Temp\pip-record-fnfb7jy1\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\regok\AppData\Local\Temp\pip-build-env-8mn_s08m\overlay' --compile --install-headers 'C:\Users\regok\AppData\Local\Temp\pip-build-env-8mn_s08m\overlay\Include\greenlet' Check the logs for full command output.
  ----------------------------------------
ERROR: Command errored out with exit status 1: 'c:\users\regok\appdata\local\programs\python\python39\python.exe' 'c:\users\regok\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\regok\AppData\Local\Temp\pip-build-env-8mn_s08m\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools >= 40.8.0' wheel 'Cython >= 3.0a5' 'cffi >= 1.12.3 ; platform_python_implementation == '"'"'CPython'"'"'' 'greenlet >= 0.4.17 ; platform_python_implementation == '"'"'CPython'"'"'' Check the logs for full command output.

Please help and sorry for my English!

Originally created by @zypherift on GitHub (Oct 21, 2020). Original GitHub issue: https://github.com/brentvollebregt/auto-py-to-exe/issues/130 Hi! I tried to install the requirements.txt using pip, but it gave me an error. It start of fine like this: ``` Collecting Eel==0.12.4 Using cached Eel-0.12.4.tar.gz (15 kB) Collecting bottle Using cached bottle-0.12.18-py3-none-any.whl (89 kB) Collecting bottle-websocket Using cached bottle-websocket-0.2.9.tar.gz (2.0 kB) Requirement already satisfied: future in c:\users\regok\appdata\local\programs\python\python39\lib\site-packages (from Eel==0.12.4) (0.18.2) Collecting whichcraft Using cached whichcraft-0.6.1-py2.py3-none-any.whl (5.2 kB) Collecting gevent-websocket Using cached gevent_websocket-0.10.1-py3-none-any.whl (22 kB) Collecting gevent Using cached gevent-20.9.0.tar.gz (5.8 MB) Installing build dependencies ... \` and then this happens: `ERROR: Command errored out with exit status 1: 'c:\users\regok\appdata\local\programs\python\python39\python.exe' -u -c 'import sys, setuptools, tokenize; sys.argv[0] = '"'"'C:\\Users\\regok\\AppData\\Local\\Temp\\pip-install-2_12iofu\\greenlet\\setup.py'"'"'; __file__='"'"'C:\\Users\\regok\\AppData\\Local\\Temp\\pip-install-2_12iofu\\greenlet\\setup.py'"'"';f=getattr(tokenize, '"'"'open'"'"', open)(__file__);code=f.read().replace('"'"'\r\n'"'"', '"'"'\n'"'"');f.close();exec(compile(code, __file__, '"'"'exec'"'"'))' install --record 'C:\Users\regok\AppData\Local\Temp\pip-record-fnfb7jy1\install-record.txt' --single-version-externally-managed --prefix 'C:\Users\regok\AppData\Local\Temp\pip-build-env-8mn_s08m\overlay' --compile --install-headers 'C:\Users\regok\AppData\Local\Temp\pip-build-env-8mn_s08m\overlay\Include\greenlet' Check the logs for full command output. ---------------------------------------- ERROR: Command errored out with exit status 1: 'c:\users\regok\appdata\local\programs\python\python39\python.exe' 'c:\users\regok\appdata\local\programs\python\python39\lib\site-packages\pip' install --ignore-installed --no-user --prefix 'C:\Users\regok\AppData\Local\Temp\pip-build-env-8mn_s08m\overlay' --no-warn-script-location --no-binary :none: --only-binary :none: -i https://pypi.org/simple -- 'setuptools >= 40.8.0' wheel 'Cython >= 3.0a5' 'cffi >= 1.12.3 ; platform_python_implementation == '"'"'CPython'"'"'' 'greenlet >= 0.4.17 ; platform_python_implementation == '"'"'CPython'"'"'' Check the logs for full command output. ``` Please help and sorry for my English!
kerem 2026-02-26 12:20:33 +03:00
  • closed this issue
  • added the
    Stale
    label
Author
Owner

@zypherift commented on GitHub (Oct 21, 2020):

Sorry, i don't know how to use the code marker!

<!-- gh-comment-id:713637383 --> @zypherift commented on GitHub (Oct 21, 2020): Sorry, i don't know how to use the code marker!
Author
Owner

@brentvollebregt commented on GitHub (Oct 22, 2020):

I've updated your question (code in markdown is three "`"s).

It's hard to see what has gone wrong here but it looks like it is an issue with building gevent. Did you read the help post that is linked in the README? I discuss how to install a pre-build distribution on gevent here.

<!-- gh-comment-id:714202941 --> @brentvollebregt commented on GitHub (Oct 22, 2020): I've updated your question (code in markdown is three "`"s). It's hard to see what has gone wrong here but it looks like it is an issue with building gevent. Did you read the help post that is linked in the README? I discuss how to install a pre-build distribution on gevent [here](https://nitratine.net/blog/post/issues-when-using-auto-py-to-exe/#possible-gevent-issue).
Author
Owner

@github-actions[bot] commented on GitHub (Jan 30, 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.

<!-- gh-comment-id:770121156 --> @github-actions[bot] commented on GitHub (Jan 30, 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.
Author
Owner

@github-actions[bot] commented on GitHub (Feb 5, 2021):

Closing issue due to no activity in more than 60 days.

<!-- gh-comment-id:773695468 --> @github-actions[bot] commented on GitHub (Feb 5, 2021): Closing issue due to no activity in more than 60 days.
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#123
No description provided.