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

Fails to install elementary-data>=0.16.2 on python 3.13 #1845

Open
ShaneMazur opened this issue Mar 6, 2025 · 0 comments
Open

Fails to install elementary-data>=0.16.2 on python 3.13 #1845

ShaneMazur opened this issue Mar 6, 2025 · 0 comments
Labels
Bug Something isn't working Triage 👀

Comments

@ShaneMazur
Copy link

ShaneMazur commented Mar 6, 2025

Describe the bug

Fails to install the package with python 3.13

To Reproduce

Install the package >=0.16.2 on any python 3.13 environment. To make this easy I provide this docker definition:

FROM        python:3.13-slim
RUN         pip install elementary-data==0.16.2

It seems to be directly related to the addition of numpy<2.0.0 which does not work with python 3.13. You will get the same error if you build the docker:

FROM        python:3.13-slim
RUN         pip install "numpy<2.0.0"

Expected behavior
Package supports python 3.13

@ShaneMazur ShaneMazur added Bug Something isn't working Triage 👀 labels Mar 6, 2025
@ShaneMazur ShaneMazur changed the title python 3.13 package broken >=0.16.2 Fails to install elementary-data>=0.16.2 on python 3.13 Mar 6, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Bug Something isn't working Triage 👀
Projects
None yet
Development

No branches or pull requests

1 participant