Skip to content

pip install conflict with spotdl #11

@mirusu400

Description

@mirusu400

Describe the bug
I cannot install yami even I follow the documentation

To Reproduce
Steps to reproduce the behavior:

> python3 -m venv venv
> cd venv
> cd bin
> source activate
> cd ..
> cd ..
> pip3 install yami-music-player
Collecting yami-music-player
  Downloading yami_music_player-1.0.1-py3-none-any.whl.metadata (45 kB)
Collecting customtkinter-fix-locale-scaling==5.2.2 (from yami-music-player)
  Using cached customtkinter_fix_locale_scaling-5.2.2-py3-none-any.whl.metadata (636 bytes)
Collecting mutagen==1.47.0 (from yami-music-player)
  Using cached mutagen-1.47.0-py3-none-any.whl.metadata (1.7 kB)
Collecting Pillow==11.0.0 (from yami-music-player)
  Downloading pillow-11.0.0.tar.gz (46.7 MB)
     ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 46.7/46.7 MB 26.4 MB/s  0:00:01
  Installing build dependencies ... done
  Getting requirements to build wheel ... done
  Preparing metadata (pyproject.toml) ... done
Collecting pygame==2.6.1 (from yami-music-player)
  Using cached pygame-2.6.1-cp314-cp314-macosx_26_0_arm64.whl
INFO: pip is looking at multiple versions of yami-music-player to determine which version is compatible with other requirements. This could take a while.
Collecting yami-music-player
  Downloading yami_music_player-1.0.0-py3-none-any.whl.metadata (45 kB)
ERROR: Cannot install yami-music-player==1.0.0 and yami-music-player==1.0.1 because these package versions have conflicting dependencies.

The conflict is caused by:
    yami-music-player 1.0.1 depends on spotdl==4.2.8
    yami-music-player 1.0.0 depends on spotdl==4.2.8

To fix this you could try to:
1. loosen the range of package versions you've specified
2. remove package versions to allow pip to attempt to solve the dependency conflict

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
> which python3
/Users/[...]/lab/yami/venv/bin/python3

Desktop (please complete the following information):

  • OS: macOS Tahoe 26.0.1
  • Version:
> python3 --version
Python 3.14.0

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions