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

Cannot install version 2.9 using conda. #208

Open
PanTheDev opened this issue Sep 2, 2024 · 0 comments
Open

Cannot install version 2.9 using conda. #208

PanTheDev opened this issue Sep 2, 2024 · 0 comments

Comments

@PanTheDev
Copy link

Pydantic-extra-types requires tzdata >=2024.1. This is fine when using Pypi, but on conda-forge, the tzdata version spec follows the official tzdata version naming scheme (2024a rather than 2024.1).
Thus, it is not possible to resolve dependencies for pydantic-extra-types >=2.9 using conda:

  ╰─▶ Cannot solve the request because of: python 3.12.* cannot be installed because there are no viable options:
      └─ python 3.12.0rc3 would require
         └─ _python_rc *, for which no candidates were found.
      The following packages are incompatible
      ├─ python 3.12.* can be installed with any of the following options:
      │  └─ python 3.12.0 | 3.12.1 | 3.12.1 | 3.12.2 | 3.12.3 | 3.12.4 | 3.12.5 | 3.12.5 would require
      │     └─ tzdata *, which can be installed with any of the following options:
      │        └─ tzdata 2020a | 2020b | 2020c | 2020d | 2020e | 2020f | 2021a | 2021a | 2021b | 2021c | 2021d | 2021e | 2022a | 2022b | 2022c | 2022d | 2022e | 2022f | 2022g | 2023b | 2023c | 2023d | 2024a
      | 2024a | 2024a
      └─ pydantic-extra-types ~=2.9 cannot be installed because there are no viable options:
         └─ pydantic-extra-types 2.9.0 would constrain
            └─ tzdata >=2024.1 , which conflicts with any installable versions previously reported
      
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