lipku / python_rtmpstream

python库,实现推送实时rtmp音视频流
MIT License
68 stars 20 forks source link

windows11 安装python_rtmpstream报错 #16

Open wanghx1121 opened 3 months ago

wanghx1121 commented 3 months ago

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 commented 3 months ago

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