Skip to content
This repository was archived by the owner on Jul 25, 2025. It is now read-only.
This repository was archived by the owner on Jul 25, 2025. It is now read-only.

Fails to install using cublas #1204

@lee-b

Description

@lee-b

Fails to install with cublas available as the BLAS library.

Steps to reproduce

1. Configure a system with cublas, not openblas
2. Run pipx install 'lilac[all]'

Expected behaviour

  • Should use cublas accelerated blas

Actual behaviour

Installation fails with an error like:

$ pipx install 'lilac[all]'
Fatal error from pip prevented installation. Full pip output in file:
    /home/<user>/.local/pipx/logs/cmd_2024-10-19_14.57.50_pip_errors.log

pip seemed to fail to build package:
    scipy>=1.0

Some possibly relevant errors from pip install:
    error: subprocess-exited-with-error
    ../../scipy/meson.build:130:0: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig and cmake
    subprocess.CalledProcessError: Command '['meson', 'setup', '--native-file=/tmp/pip-install-hfnmi7cp/scipy_6759a8160e004b61a0d708cddde52bef/.mesonpy-native-file.ini', '-Ddebug=false', '-Doptimization=2', '--prefix=/usr', '/tmp/pip-install-hfnmi7cp/scipy_6759a8160e004b61a0d708cddde52bef', '/tmp/pip-install-hfnmi7cp/scipy_6759a8160e004b61a0d708cddde52bef/.mesonpy-5fckd5c2/build']' returned non-zero exit status 1.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions