-
Notifications
You must be signed in to change notification settings - Fork 12
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
Error while running unitunes on windows 11 #24
Comments
@johan12345 These commits do not reflect in metadata in the Python .whl file. I think you failed to rebuild the package after these commits. |
There has not been a new release since then, true. But I'm not the maintainer of this repo. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
My environment
Steps to reproduce:
pip install unitunes
without administrator privilegesunitunes
Problem:
Error: ModuleNotFoundError: No module named 'platformdirs'
Things I did to solve the issue:
install platformdirs using pip.
After doing that another error appears complaining about a directory not being created.
"C:\Users%USER%\AppData\Local\unitunes"
after creating it manually it solves de issue.
The text was updated successfully, but these errors were encountered: