简体   繁体   English

如何在Windows 10上为pyhton3安装h264库

[英]How to install h264 library for pyhton3 on windows 10

it is like: 它像是:

 Could not find a version that satisfies the requirement OpenH264 (from versions: )
 No matching distribution found for OpenH264"

when ı write command on cmd. 当我在cmd上写命令时。

When I write pip3 install av ,it is 当我写pip3 install av ,它是

"Command "c:\users\asus\appdata\local\programs\python\python36\python.exe -u -c "import setuptools, tokenize;__file__='C:\\Users\\Public\\Documents\\Wondershare\\CreatorTemp\\pip-install-vov37kc8\\av\\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\Public\Documents\Wondershare\CreatorTemp\pip-record-m6047npy\install-record.txt --single-version-externally-managed --compile" failed with error code 1 in C:\Users\Public\Documents\Wondershare\CreatorTemp\pip-install-vov37kc8\av\". 

I tried to install the old version pip(ı had the new pip).But anything changes.Can anyone help me? 我试图安装旧版本的pip(我安装了新的pip)。但是有什么变化。有人可以帮我吗?

ı tried with anaconda.But its :PackagesNotFoundError: The following packages are not available from current channels: 我用anaconda尝试过。但是它的:PackagesNotFoundError:当前频道不提供以下软件包:

  • openh264 openh264

Current channels: 当前频道:

and use the search bar at the top of the page. 并使用页面顶部的搜索栏。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM