-
Notifications
You must be signed in to change notification settings - Fork 39
Installation error with conda and python 3.12 #85
Copy link
Copy link
Open
Description
I am trying to install it with conda and python 3.12 but I get the following error.
It looks like that screeninfo is supported up to python 3.11. Is it correct?
LibMambaUnsatisfiableError: Encountered problems while solving:
- package screeninfo-0.8-py310hbe9552e_1 requires python >=3.10,<3.11.0a0 *_cpython, but none of the providers can be installed
Could not solve for environment specs
The following packages are incompatible
├─ pin-1 is installable and it requires
│ └─ python 3.12.* , which can be installed;
└─ screeninfo is not installable because there are no viable options
├─ screeninfo [0.8|0.8.1] would require
│ └─ python >=3.10,<3.11.0a0 *_cpython, which conflicts with any installable versions previously reported;
├─ screeninfo [0.8|0.8.1] would require
│ └─ python >=3.8,<3.9.0a0 *_cpython, which conflicts with any installable versions previously reported;
├─ screeninfo [0.8|0.8.1] would require
│ └─ python >=3.9,<3.10.0a0 *_cpython, which conflicts with any installable versions previously reported;
└─ screeninfo 0.8.1 would require
└─ python >=3.11,<3.12.0a0 *_cpython, which conflicts with any installable versions previously reported.
Pins seem to be involved in the conflict. Currently pinned specs:
- python 3.12.* (labeled as 'pin-1')
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels