You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 27, 2025. It is now read-only.
pip install unitunes without administrator privileges
unitunes
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.
My environment
Steps to reproduce:
pip install unituneswithout administrator privilegesunitunesProblem:
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.