How to install the VLC module in Python

心不动则不痛 提交于 2019-12-23 10:41:20

问题


I was trying to install VLC using PIP, but get the following error:

pip install VLC

Downloading/unpacking vlc
Cannot fetch index base URL https://pypi.python.org/simple/
Could not find any downloads that satisfy the requirement vlc
Cleaning up...
No distributions at all found for vlc
Storing complete log in C:\Users\rakeshb4\pip\pip.log

回答1:


The packages vlc seems to have currently issues on pypi. However, you are on Windows and this package appears to be for MacOS only (based on description).

Try python-vlc instead.




回答2:


I could solve the problem with : pip install python-vlc



来源:https://stackoverflow.com/questions/34348607/how-to-install-the-vlc-module-in-python

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!