Errors trying to install #1

Closed
opened 2024-04-26 18:07:27 -04:00 by ClaudiusMinimus · 1 comment
ClaudiusMinimus commented 2024-04-26 18:07:27 -04:00 (Migrated from github.com)
$ pip install -r requirements.txt
Defaulting to user installation because normal site-packages is not writeable
Requirement already satisfied: CairoSVG==2.7.1 in /home/helaman/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (2.7.1)
Requirement already satisfied: opencv_python==4.9.0.80 in /home/helaman/.local/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.0.80)
Collecting Pillow==10.0.0 (from -r requirements.txt (line 3))
  Downloading Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB)
ERROR: Cannot install Pillow==10.0.0 and Pillow==10.3.0 because these package versions have conflicting dependencies.

The conflict is caused by:
    The user requested Pillow==10.0.0
    The user requested Pillow==10.3.0

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

ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts
``` $ pip install -r requirements.txt Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: CairoSVG==2.7.1 in /home/helaman/.local/lib/python3.10/site-packages (from -r requirements.txt (line 1)) (2.7.1) Requirement already satisfied: opencv_python==4.9.0.80 in /home/helaman/.local/lib/python3.10/site-packages (from -r requirements.txt (line 2)) (4.9.0.80) Collecting Pillow==10.0.0 (from -r requirements.txt (line 3)) Downloading Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl.metadata (9.5 kB) ERROR: Cannot install Pillow==10.0.0 and Pillow==10.3.0 because these package versions have conflicting dependencies. The conflict is caused by: The user requested Pillow==10.0.0 The user requested Pillow==10.3.0 To fix this you could try to: 1. loosen the range of package versions you've specified 2. remove package versions to allow pip attempt to solve the dependency conflict ERROR: ResolutionImpossible: for help visit https://pip.pypa.io/en/latest/topics/dependency-resolution/#dealing-with-dependency-conflicts ```
goglesquirmintontheiii commented 2024-04-30 11:48:27 -04:00 (Migrated from github.com)

Should be fixed - feel free to try again

Should be fixed - feel free to try again
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
goglesquirmintontheiii/streamdeck-plus-software#1
No description provided.