musicdl not recognised
shinzerra opened this issue · 8 comments
shinzerra commented
insaiyancvk commented
Can you check if "C:\Users<your username>\AppData\Local\Programs\Python\Python39\Scripts" is added to your environment path?
GunSlinger91233 commented
how can I check it
insaiyancvk commented
- Search for "environment variables" and open it
- Open "Environment variables" in the "Advanced" menu
- Find the variable "Path" under "User variables for "
- You should find "C:\Users<your username>\AppData\Local\Programs\Python\Python39\Scripts" in one of the entries, like the following
GunSlinger91233 commented
Yes sir it is added
insaiyancvk commented
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
GunSlinger91233 commented
insaiyancvk commented
@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
GunSlinger91233 commented
Sir after updating i had to reinstall it but it worked
Thank you sir