organization · inferred from evidence
conda-forge
A community-led collection of conda recipes, build infrastructure, and distributions.
- Fix Snowflake connector MemoryError for ffi.callback() on Apple Silicon
If `import snowflake.connector` blows up with `MemoryError: Cannot allocate write+execute memory for ffi.callback()` on an M1 Mac under conda, your cffi build is the culprit. Run `conda install "cffi >= 1.15.1=*_3"` (build 3 from conda-forg
- Fix ipywidgets that render blank or fail in JupyterLab
Diagnose ipywidgets that show blank output or renderer errors in JupyterLab: classify kernel-side comm failures vs frontend/backend version mismatches from the visible symptom, verify the ipywidgets/jupyterlab_widgets version pairing, and r