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

Trouble with linking #94

Closed
Genarito opened this issue Jan 14, 2021 · 3 comments
Closed

Trouble with linking #94

Genarito opened this issue Jan 14, 2021 · 3 comments

Comments

@Genarito
Copy link

Hi! First of all thak you for this amazing crate!
I opened an issue in Pyo3 repo as I want to use my code written in Rust (which uses this crate) from Python. The problem is that in the issue the author mentioned that It could be a link problem of this crate.
I honestly do not know how library linking works, so I opened this issue to know if I'm missing something or if there is a problem in this repo with gsl-sys.
P.D: Sorry about my English

@GuillaumeGomez
Copy link
Owner

It can be two things: invalid linking or a too olid library. The gsl_stat_spearman was added in the 2.6 version. Maybe check the gsl version in your docker first?

@Genarito
Copy link
Author

You're right! The Maturin's Docker image has an old CentOS which offers the version 1.13 of GSL. I'll try to fix the image, install a version > 2.6 and tell you. Thank you so much!

@Genarito
Copy link
Author

Works like a charm! Thank sooo much for your help!

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

2 participants