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
Hi, I am working with Ubuntu and encountered the following error:
fatal error: gsl/gsl_linalg.h: No such file or directory #include <gsl/gsl_linalg.h>
Can you guide me how to install the relevant dependency ?
The text was updated successfully, but these errors were encountered:
So the GitHub Actions workflow I believe runs on Ubuntu, and that has the following two lines to install the gsl dependencies: https://github.com/erykoff/redmapper/blob/master/.github/workflows/python-package.yml#L28-L29
Alternatively, if you have conda installed, you can do conda install redmapper -c conda-forge (as of yesterday).
conda install redmapper -c conda-forge
Sorry, something went wrong.
No branches or pull requests
Hi,
I am working with Ubuntu and encountered the following error:
fatal error: gsl/gsl_linalg.h: No such file or directory
#include <gsl/gsl_linalg.h>
Can you guide me how to install the relevant dependency ?
The text was updated successfully, but these errors were encountered: