rgommers / pixi-dev-scipystack

Experimental out-of-tree dev setup for NumPy, SciPy and related projects with Pixi
Other
6 stars 1 forks source link

BUG: scipy: CUDA fails to initialize in `array-api-cuda` env #1

Closed lucascolley closed 2 months ago

lucascolley commented 2 months ago

This is https://github.com/conda-forge/jaxlib-feedstock/issues/277.

../../../../../.pixi/envs/array-api-cuda/lib/python3.12/site-packages/jax/_src/xla_bridge.py:1004: in _get_backend_uncached
    raise RuntimeError(f"Backend '{platform}' failed to initialize: "
E   RuntimeError: Backend 'cuda' failed to initialize: Unable to use CUDA because of the following issues with CUDA components:
E   Outdated cuDNN installation found.
E   Version JAX was built against: 8907
E   Minimum supported: 9100
E   Installed version: 8907
E   The local installation version must be no lower than 9100.. Available backends are ['cpu']
        backend    = None
        bs         = {'cpu': <jaxlib.xla_extension.Client object at 0x7713a25a13c0>}
        platform   = 'cuda'