9

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
Alex
  • 8,461
  • 6
  • 37
  • 49
Rakesh Bhagam
  • 117
  • 1
  • 2
  • 9

4 Answers4

8

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.

Community
  • 1
  • 1
frlan
  • 6,950
  • 3
  • 31
  • 72
6

I could solve the problem with :

pip install python-vlc
JayRizzo
  • 3,234
  • 3
  • 33
  • 49
Georges Hart
  • 61
  • 1
  • 1
1

solved with pip install python-vlc

Voy
  • 5,286
  • 1
  • 49
  • 59
Xiaoxu Li
  • 11
  • 1
0

I could install this with: pip install python-vlc

Here is the link: https://pypi.org/project/python-vlc/

Taie
  • 1,021
  • 16
  • 29