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

No solve on osx-64 platfrom when a dependency does not support Python 3.13 #913

Open
2 tasks done
hoxbro opened this issue Oct 30, 2024 · 0 comments
Open
2 tasks done

Comments

@hoxbro
Copy link

hoxbro commented Oct 30, 2024

Checklist

  • I added a descriptive title
  • I searched open reports and couldn't find a duplicate

What happened?

Starting to see failing to solve for the osx-64 platform (6 hours and cancel). I think this is because of Python 3.13 + numba (which currently does not support Python 3.13). This is a (reduced) pixi.toml file and using this command: rm -rf pixi.lock .pixi && pixi install

[project]
name = "datashader"
channels = ["conda-forge"]
platforms = ["osx-64"]

[dependencies]
colorcet = "*"
numba = "*"
numpy = "*"
pip = "*"
# This takes 14 seconds to solve on osx-64
# Adding more deps now increase the time significant for osx-64
# requests = "*"  # 21 seconds
# setuptools = "*"  # 33 seconds
# pandas = "*"  # ctrl + c after 2.5 minutes

Moving numba to the top or adding a python <3.13 pin will make it solve instant for osx-64. So, likely, the solver gets in a weird state where it never solves.

Additional Context

No response

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