We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 with cublas available as the BLAS library.
1. Configure a system with cublas, not openblas 2. Run pipx install 'lilac[all]'
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fails to install with cublas available as the BLAS library.
Steps to reproduce
Expected behaviour
Actual behaviour
Installation fails with an error like:
The text was updated successfully, but these errors were encountered: