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

Installation error with conda and python 3.12 #85

Open
ubaldot opened this issue Dec 20, 2023 · 0 comments
Open

Installation error with conda and python 3.12 #85

ubaldot opened this issue Dec 20, 2023 · 0 comments

Comments

@ubaldot
Copy link

ubaldot commented Dec 20, 2023

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')
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

1 participant