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

WinError 2 #727

Closed
UltraJew opened this issue Dec 20, 2021 · 2 comments
Closed

WinError 2 #727

UltraJew opened this issue Dec 20, 2021 · 2 comments

Comments

@UltraJew
Copy link

Describe the bug

To reproduce

Could someone tell me where anime-dl installs to when using choco on windows and specifically how I can add mpv to path to fix this?

@ArjixWasTaken
Copy link
Collaborator

ArjixWasTaken commented Dec 20, 2021

choco doesnt install anime dl
choco installs python

and using python's pip we install anime dl

so uhh, you can run

import anime_downloader
print(anime_downloader.__file__)

to get the folder where the code is stored at

as for how to add smth to the PATH, look at https://helpdeskgeek.com/windows-10/add-windows-path-environment-variable/
just add the folder where mpv.exe is in at the PATH

@UltraJew
Copy link
Author

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