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? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
I have been trying to build Orion on my Fedora 41 system with Python 3.11 without success:
> git clone <repository_url> > cd orion > python3.11 -m venv . > source bin/activate (v3.11.11/orion) > pip install -r requirements.txt ... ../scipy/meson.build:169:9: ERROR: Dependency "OpenBLAS" not found, tried pkgconfig and cmake
I have installed the following packets:
> rpm -aq | grep openblas openblas-0.3.26-5.fc41.x86_64 openblas-threads64_-0.3.26-5.fc41.x86_64 openblas-threads64-0.3.26-5.fc41.x86_64 openblas-threads-0.3.26-5.fc41.x86_64 openblas-srpm-macros-2-18.fc41.noarch openblas-serial64_-0.3.26-5.fc41.x86_64 openblas-serial64-0.3.26-5.fc41.x86_64 openblas-serial-0.3.26-5.fc41.x86_64 openblas-openmp64_-0.3.26-5.fc41.x86_64 openblas-openmp64-0.3.26-5.fc41.x86_64 openblas-openmp-0.3.26-5.fc41.x86_64 openblas-devel-0.3.26-5.fc41.x86_64 openblas-static-0.3.26-5.fc41.x86_64 flexiblas-openblas-openmp-3.4.4-3.fc41.x86_64 flexiblas-openblas-openmp64-3.4.4-3.fc41.x86_64 flexiblas-openblas-serial64-3.4.4-3.fc41.x86_64 flexiblas-openblas-threads64-3.4.4-3.fc41.x86_64 flexiblas-openblas-serial-3.4.4-3.fc41.x86_64 flexiblas-openblas-threads-3.4.4-3.fc41.x86_64
The text was updated successfully, but these errors were encountered:
Can you instead use this Dockerfile https://github.com/cloud-bulldozer/orion/blob/main/Dockerfile ?
Sorry, something went wrong.
Yes @krishvoor that is a valid workaround, thanks
No branches or pull requests
I have been trying to build Orion on my Fedora 41 system with Python 3.11 without success:
I have installed the following packets:
The text was updated successfully, but these errors were encountered: