Skip to content
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

windows11 安装python_rtmpstream报错 #16

Open
wanghx1121 opened this issue Mar 18, 2024 · 3 comments
Open

windows11 安装python_rtmpstream报错 #16

wanghx1121 opened this issue Mar 18, 2024 · 3 comments

Comments

@wanghx1121
Copy link

E:\python_rtmpstream\python>conda activate nerfstream

(nerfstream) E:\python_rtmpstream\python>pip install .
Looking in indexes: https://mirrors.aliyun.com/pypi/simple
Processing e:\python_rtmpstream\python
Preparing metadata (setup.py) ... done
Building wheels for collected packages: rtmp-streaming
Building wheel for rtmp-streaming (setup.py) ... error
error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully.
│ exit code: 1
╰─> [5 lines of output]
running bdist_wheel
running build
running build_ext
Building with cfg = Release
error: [WinError 2] 系统找不到指定的文件。
[end of output]

note: This error originates from a subprocess, and is likely not a problem with pip.
ERROR: Failed building wheel for rtmp-streaming
Running setup.py clean for rtmp-streaming
Failed to build rtmp-streaming
ERROR: Could not build wheels for rtmp-streaming, which is required to install pyproject.toml-based projects

(nerfstream) E:\python_rtmpstream\python> python setup.py bdist_wheel
running bdist_wheel
running build
running build_ext
Building with cfg = Release
error: [WinError 2] 系统找不到指定的文件。

image

各位大佬,帮忙看看

@hqq93
Copy link

hqq93 commented Mar 27, 2024

我也遇到这个问题。楼主解决了吗?

@yisifor
Copy link

yisifor commented Jul 12, 2024

我也遇到这个问题。楼主解决了吗?

可能是cmake没安装

@yisifor
Copy link

yisifor commented Jul 12, 2024

E:\python_rtmpstream\python>conda activate nerfstream

(nerfstream) E:\python_rtmpstream\python>pip install . Looking in indexes: https://mirrors.aliyun.com/pypi/simple Processing e:\python_rtmpstream\python Preparing metadata (setup.py) ... done Building wheels for collected packages: rtmp-streaming Building wheel for rtmp-streaming (setup.py) ... error error: subprocess-exited-with-error

× python setup.py bdist_wheel did not run successfully. │ exit code: 1 ╰─> [5 lines of output] running bdist_wheel running build running build_ext Building with cfg = Release error: [WinError 2] 系统找不到指定的文件。 [end of output]

note: This error originates from a subprocess, and is likely not a problem with pip. ERROR: Failed building wheel for rtmp-streaming Running setup.py clean for rtmp-streaming Failed to build rtmp-streaming ERROR: Could not build wheels for rtmp-streaming, which is required to install pyproject.toml-based projects

(nerfstream) E:\python_rtmpstream\python> python setup.py bdist_wheel running bdist_wheel running build running build_ext Building with cfg = Release error: [WinError 2] 系统找不到指定的文件。

image

各位大佬,帮忙看看

要在编译环境中安装cmake , 命令conda install cmake。我宿主机环境安装了,但是编译构建环境没有安装。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants