huashengdun / webssh

:seedling: Web based ssh client
https://webssh.huashengdun.org/
MIT License
4.57k stars 1.3k forks source link

setup.py egg_info did not run successfully #349

Closed gzrazor closed 1 year ago

gzrazor commented 1 year ago

Preparing metadata (setup.py) ... error error: subprocess-exited-with-error

× python setup.py egg_info did not run successfully. │ exit code: 1 ╰─> [6 lines of output] Traceback (most recent call last): File "", line 2, in File "", line 34, in File "C:\Users\**\AppData\Local\Temp\pip-install-y8uhuqvq\webssh_f31e09927d654426b4e83dc3e28d246a\setup.py", line 3, in from webssh._version import version as version ModuleNotFoundError: No module named 'webssh' [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. error: metadata-generation-failed

× Encountered error while generating package metadata. ╰─> See above for output.

note: This is an issue with the package mentioned above, not pip. hint: See above for details.

huashengdun commented 1 year ago

What OS? Which version of Python? How did you install it?

gzrazor commented 1 year ago

What OS? Which version of Python? How did you install it? Win10 x64 pro without administrator privileges, using embedded Python 3.11 and there are no error in another win10 with installer Python 3.11

huashengdun commented 1 year ago

Found a similar issue here https://github.com/pypa/pip/issues/11526