You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Checklist
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
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
The text was updated successfully, but these errors were encountered: