Error When ImportingPython-vlc
I have installed python-vlc D:\Programing\Python\Python 3.6>python -m pip install python-vlc Requirement already satisfied: python-vlc in d:\programing\python\python 3.6\lib\si
Solution 1:
If you have 64bit python, you need 64bit vlc player. If you have 32bit python, you need 32bit vlc version.
Solution 2:
Try the command "pip install vlc" in the CMD. If that doesn't work, then try "pip install python-vlc"
Post a Comment for "Error When ImportingPython-vlc"