Closed ainzlpnoresponse closed 1 year ago
import os
os.add_dll_directory(r'C:\Program Files\VideoLAN\VLC')
import vlc
try to change to this code for add your vlc folder
this will help!! :)
Do u have the lasted VLC installed on windows?
Yes, that's my personal issue that doesnt install VLC properly, I install it from official site, thank you everyone!
"Hi, I encountered an error when running the command 'python main.py' for the Twitch chatbot. Specifically, I got a 'FileNotFoundError' saying that the 'libvlc.dll' module could not be found in the directory specified. I checked my setup and it seems like the module is indeed missing. Can someone please advise on how to resolve this issue? Thank you!"
The method I have tried but not useful (same error):
pip uninstall python-vlc
pip install python-vlc