lumen icon indicating copy to clipboard operation
lumen copied to clipboard

fix: Gallery deployment

Open hoxbro opened this issue 4 months ago • 0 comments

Would not solve with numba::llvmlite, causing the session to not start. If I recall correctly, this was a workaround at some point.

The output of the command below:

❯ conda create -n tmp_lumen --override-channels --yes  --channel pyviz/label/dev --channel conda-forge --channel defaults numba::llvmlite intake-parquet s3fs datashader fastparquet python-duckdb spatialpandas lumen hvplot panel altair
Retrieving notices: done
Channels:
 - pyviz/label/dev
 - conda-forge
 - defaults
 - numba
Platform: linux-64
Collecting package metadata (repodata.json): done
Solving environment: failed

LibMambaUnsatisfiableError: Encountered problems while solving:
  - nothing provides python 3.3* needed by llvmlite-0.1.0-py33_22

Could not solve for environment specs
The following packages are incompatible
└─ llvmlite =* * is not installable because there are no viable options
   ├─ llvmlite [0.1.0|0.10.0|...|0.9.0] conflicts with any installable versions previously reported;
   └─ llvmlite [0.1.0|0.2.0|...|0.9.0] would require
      └─ python =3.3 *, which does not exist (perhaps a missing channel).

Have made the change on the deployment: https://lumen-gallery-dev.holoviz-demo.anaconda.com/

hoxbro avatar Jun 16 '25 07:06 hoxbro