insaiyancvk/pymusicdl

musicdl not recognised

shinzerra opened this issue · 8 comments

Can you check if "C:\Users<your username>\AppData\Local\Programs\Python\Python39\Scripts" is added to your environment path?

how can I check it

@GunSlinger91233

  1. Search for "environment variables" and open it

  1. Open "Environment variables" in the "Advanced" menu

  1. Find the variable "Path" under "User variables for "

  1. You should find "C:\Users<your username>\AppData\Local\Programs\Python\Python39\Scripts" in one of the entries, like the following

Yes sir it is added

It should work in that case. Just try reinstalling it with

curl -o setup.bat https://raw.githubusercontent.com/insaiyancvk/pymusicdl/main/setup.bat && setup && del setup.bat

Capture
Sir it is showing FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\user\Desktop\musicDL downloads\logger.log'

@GunSlinger91233
I just updated the code. How careless of me for not testing it properly.
You can update the package with: pip install pymusicdl -U

Sir after updating i had to reinstall it but it worked

Thank you sir