Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FileNotFoundError: Could not find module 'mpv-1.dll' (or one of its dependencies ). Try using the full path with constructor syntax. #32

Open
alexpandain opened this issue Aug 1, 2021 · 5 comments

Comments

@alexpandain
Copy link

I followed the setup.py method in Readme.md to install it for my Windows but getting this error while running kawaii-player

@kanishka-linux
Copy link
Owner

for windows, there is binary available, which one can use directly.

otherwise, one has to add mpv-1.dll manually to the system path, where it could be found automatically.

@alexpandain
Copy link
Author

but the binary is for Win 10 64bit only, please build for older windows version (or use github actions workflow for automatic build)

how to run from source by the way? I did add the mpv-1.dll folder in path I tried running mpv-1.dll in Command Prompt but its fine. (using mpv-1.dll from mpv.net binary not libmpv)

@alexpandain
Copy link
Author

sir whats the correct way to add mpv-1.dll in PATH? perhaps it'll fix my issue

Also please make a Official discussion/support Telegram Group or Discord Server for Kawaii-player so that other users can help each other

Thanks

@kanishka-linux
Copy link
Owner

whats the correct way to add mpv-1.dll in PATH?

once you've 32 bit mpv-1.dll, add it in some folder, and add that folder path to system path. I'm not good with windows, but quick google search gave me this result - which I think, you can follow and solve the path issue.

please build for older windows version

I never tested with 32 bit windows build, and not sure if will even work or not. Getting kawaii-player to run on windows itself was quite challenging, that's why providing atleast 64 bit build only. It is somewhat difficult to provide binary for various OS and distros and their variety of combinations, so sorry for that.

make a Official discussion/support Telegram Group or Discord Server

Thanks for the suggestion. Will think about it.

@alexpandain
Copy link
Author

make a Official discussion/support Telegram Group or Discord Server

Thanks for the suggestion. Will think about it.

Thanks

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants