Description
I am using 64-bit python 3.8.3. I have install vlc using pip install python-vlc
. I am getting the following error:
Traceback (most recent call last): File "<pyshell#1>", line 1, in <module> import vlc File "C:\Users\--\AppData\Local\Programs\Python\Python38\lib\site-packages\vlc.py", line 210, in <module> dll, plugin_path = find_lib() File "C:\Users\--\AppData\Local\Programs\Python\Python38\lib\site-packages\vlc.py", line 170, in find_lib dll = ctypes.CDLL('.\\' + libname) File "C:\Users\--\AppData\Local\Programs\Python\Python38\lib\ctypes\__init__.py", line 373, in __init__ self._handle = _dlopen(self._name, mode) FileNotFoundError: Could not find module 'C:\Users\--\AppData\Local\Programs\Python\Python38\libvlc.dll' (or one of its dependencies). Try using the full path with constructor syntax.
Edit: I am using Windows, and I have installed VLC before installing the python module.