-
Notifications
You must be signed in to change notification settings - Fork 32
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
Comments
我也遇到这个问题。楼主解决了吗? |
可能是cmake没安装 |
要在编译环境中安装cmake , 命令conda install cmake。我宿主机环境安装了,但是编译构建环境没有安装。 |
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] 系统找不到指定的文件。
各位大佬,帮忙看看
The text was updated successfully, but these errors were encountered: