-
Notifications
You must be signed in to change notification settings - Fork 8
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
I get the error "linking with cc
failed"
#2
Comments
That's a function I defined for later Bollinger Band calculations. You could try deleting the sma_helper function from lib.rs before running cargo build |
No i don't think that is the reason.
|
@Franky1 I'm getting the same error:
I'm on a M1 Mac |
warning: function is never used:
sma_helper
--> src/lib.rs:6:4
|
6 | fn sma_helper(price_ndarray: &Array1, period: usize) -> Array1{
| ^^^^^^^^^^
|
= note:
#[warn(dead_code)]
on by defaulterror: linking with
cc
failed: exit status: 1The text was updated successfully, but these errors were encountered: