How to install the VLC module in Python
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.
I could solve the problem with : pip install python-vlc