My environment
- Python version: Python 3.10.7
- OS: Windows 11
- unitunes version I tried: 2.0.1 and 2.0.0
Steps to reproduce:
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.