-
-
Notifications
You must be signed in to change notification settings - Fork 163
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
Can't launch ytmdl on Windows #271
Comments
Can you check if pip freeze Check the list to see if pip freeze | grep -i ytmdl |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs for another 7 days. Thank you for your contributions. |
I'm running into the same issue. I've installed ytmdl via pip and i get the same error from powershell. I've done pip freeze and it lists ytmdl so it should be installed properly. Would appreciate any assistance if a solution has been found and this thread just wasn't updated. |
@Lunar-Skies Seems like Can you do Once you find the path, update the path in powershell like this: $env:PATH = $env:PATH + '<new path>' After that try running |
That command showed it installed at |
I am out of ideas here. I don't have direct access to a windows machine but seems like python cli command support for powershell is really bad. As a side note, do you happen to have multiple python versions installed in your machine? Only thing I can suggest you at this point is that you try using |
Anyone have a fix for this? I am experiencing it too and none of the suggested fixes worked |
Bug report
Checklist
Version Info
2023.2.28
2023.3.4
How Ytmdl was installed?
I have installed it through pip with the optional packages
Console Log
Description
After installing the ytmdl with pip i tried to execute the command "ytmdl" in Windows Powershell. But I got an error (see above).
The text was updated successfully, but these errors were encountered: