问题
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