Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fails to install using cublas #1204

Open
lee-b opened this issue Oct 19, 2024 · 0 comments
Open

Fails to install using cublas #1204

lee-b opened this issue Oct 19, 2024 · 0 comments

Comments

@lee-b
Copy link

lee-b commented Oct 19, 2024

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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant