platers / unitunes

A GUI and library to transfer, sync, and backup playlists on music streaming services
GNU General Public License v3.0
140 stars 13 forks source link

Error while running unitunes on windows 11 #24

Open stventek opened 2 years ago

stventek commented 2 years ago

My environment

Steps to reproduce:

  1. pip install unitunes without administrator privileges
  2. 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.

johan12345 commented 2 years ago

I think this has been fixed by https://github.com/platers/unitunes/commit/377b851df43c46a388905e9fe460f29e52862237 and https://github.com/platers/unitunes/commit/271a9624feb4d21929952d054cf6d60520c3b98b

wisefella commented 1 year ago

I think this has been fixed by 377b851 and 271a962

Not fixed as of 12/7. ENV: Win10, Py 3.10.2

igitur commented 5 months ago

I think this has been fixed by 377b851 and 271a962

@johan12345 These commits do not reflect in metadata in the Python .whl file. I think you failed to rebuild the package after these commits.

johan12345 commented 5 months ago

There has not been a new release since then, true. But I'm not the maintainer of this repo.

aetonsi commented 2 months ago

@stventek any news about a possible new release? @igitur in the meantime you can install directly from the repo and it should (temporarily) solve this:

pip install git+https://github.com/platers/unitunes.git