Skip to content
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

Open
stventek opened this issue Sep 25, 2022 · 5 comments
Open

Error while running unitunes on windows 11 #24

stventek opened this issue Sep 25, 2022 · 5 comments

Comments

@stventek
Copy link

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:

  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
Copy link
Contributor

johan12345 commented Sep 25, 2022

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

@wisefella
Copy link

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

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

  • Had to separately install the platformdirs module and manually create unitunes directory.

@igitur
Copy link

igitur commented Apr 29, 2024

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
Copy link
Contributor

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

@aetonsi
Copy link

aetonsi commented Aug 4, 2024

@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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants