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

I get the error "linking with cc failed" #2

Open
cryp2one opened this issue Feb 21, 2022 · 3 comments
Open

I get the error "linking with cc failed" #2

cryp2one opened this issue Feb 21, 2022 · 3 comments

Comments

@cryp2one
Copy link

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 default

error: linking with cc failed: exit status: 1

@gregyjames
Copy link
Owner

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

@Franky1
Copy link

Franky1 commented Feb 22, 2022

No i don't think that is the reason.
The build failed with a linker error.

@cryp2one

  • which platform are you using?
  • are there more messages above the warning?

@iainn
Copy link

iainn commented Nov 29, 2022

@Franky1 I'm getting the same error:

error: linking with cc failed: exit status: 1 | = note: "cc" "-Wl,-exported_symbols_list,/var/folders/c2/kg696p9x64dg700trgmp1pp40000gn/T/rustc0JBwJH/list" "-arch" "arm64" "/var/folders/c2/kg696p9x64dg700trgmp1pp40000gn/T/rustc0JBwJH/symbols.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.0.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.1.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.10.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.11.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.12.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.13.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.14.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.15.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.2.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.3.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.4.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.5.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.6.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.7.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.8.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.panther.cd737a8a-cgu.9.rcgu.o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/panther.1a02u0qbrokoj3ob.rcgu.o" "-L" "/Users/iain.nb/Downloads/Panther-main/target/release/deps" "-L" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libnumpy-c17ea77427096154.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libndarray-e3340461604901ce.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libmatrixmultiply-b0acd11961edd0d2.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libnum_complex-4b37a7e8b6a87578.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libnum_integer-f8992597a5c39be4.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libnum_traits-4682fb2f4976d315.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/librawpointer-930376cd8f29d31d.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libcfg_if-e02fd09409b8d3aa.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libpyo3-a4e58964712c11c3.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libparking_lot-da5405ba9438e393.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libparking_lot_core-d467ffc112b93283.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libsmallvec-aeabaa40feefd523.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/liblock_api-d7806780fee51c59.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libscopeguard-6ccdf6b56a2aef43.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libinstant-a0961651f4eeaebd.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libcfg_if-5d5976fff13e06b1.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/liblibc-c22cf00a6aaf2789.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libunindent-2c1dbf0c44c86a52.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libpaste-6e02541081e328d9.rlib" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libindoc-e074349a67908c30.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libstd-e24e0c7fd09714c0.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libpanic_unwind-b21ee2fb93f4a334.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libobject-4ce05f7a889fff94.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libmemchr-066d562bc324b771.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libaddr2line-8cb0c59b12697637.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libgimli-07d89e6b9536e071.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_demangle-c65b90a0ba43b683.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libstd_detect-9f8f7348c047b33a.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libhashbrown-34c451524b66e414.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libminiz_oxide-b1a98f39eda4ff6a.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libadler-1c7622591b95f47e.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_std_workspace_alloc-5ee0c1cf171b84b0.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libunwind-3ee364d970255739.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libcfg_if-85b53c7fb22d1018.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/liblibc-b5372de70a998108.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/liballoc-945b7af0c9f21aac.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/librustc_std_workspace_core-0251f0b5857602a2.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libcore-9382e8c089006a25.rlib" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib/libcompiler_builtins-6b5d600bff28faab.rlib" "-liconv" "-lSystem" "-lresolv" "-lc" "-lm" "-liconv" "-L" "/Users/iain.nb/.rustup/toolchains/stable-aarch64-apple-darwin/lib/rustlib/aarch64-apple-darwin/lib" "-o" "/Users/iain.nb/Downloads/Panther-main/target/release/deps/libpanther.dylib" "-Wl,-dead_strip" "-dynamiclib" "-Wl,-dylib" "-nodefaultlibs" = note: Undefined symbols for architecture arm64: "_PyBytes_AsString", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::hc8f50644bcb964f9 in panther.panther.cd737a8a-cgu.12.rcgu.o pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$alloc..string..String$GT$::extract::h8524f65679b35d42 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::types::string::PyString::to_string_lossy::hcfe9f280d3e39366 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$$RF$str$GT$::extract::hb37e932992999449 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PyBytes_Size", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::hc8f50644bcb964f9 in panther.panther.cd737a8a-cgu.12.rcgu.o pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$alloc..string..String$GT$::extract::h8524f65679b35d42 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::types::string::PyString::to_string_lossy::hcfe9f280d3e39366 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$$RF$str$GT$::extract::hb37e932992999449 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PyCFunction_NewEx", referenced from: pyo3::types::function::PyCFunction::internal_new_from_pointers::he789da0cb5c1296e in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.7.rcgu.o) "_PyDict_New", referenced from: pyo3::types::dict::PyDict::new::ha8408163c7f32c23 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) "_PyDict_Next", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::hc8f50644bcb964f9 in panther.panther.cd737a8a-cgu.12.rcgu.o "_PyDict_SetItem", referenced from: pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h31d0ef62a0cf5f61 in panther.panther.cd737a8a-cgu.10.rcgu.o "_PyErr_Fetch", referenced from: pyo3::err::PyErr::take::h42415631327cc9db in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.8.rcgu.o) "_PyErr_GivenExceptionMatches", referenced from: pyo3::types::module::PyModule::index::h47fda398c9651a7d in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyErr_NewException", referenced from: pyo3::err::PyErr::new_type::h30115be5823a4df5 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.8.rcgu.o) "_PyErr_NormalizeException", referenced from: pyo3::err::PyErr::normalized::hfabbb095845860ba (.llvm.10908321709066275457) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.8.rcgu.o) "_PyErr_Print", referenced from: pyo3::err::panic_after_error::h577f05f494e550c5 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.8.rcgu.o) "_PyErr_PrintEx", referenced from: pyo3::err::PyErr::take::h42415631327cc9db in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.8.rcgu.o) "_PyErr_Restore", referenced from: panther::__pyo3_raw_sma::he232121558a481fe in panther.panther.cd737a8a-cgu.2.rcgu.o panther::__pyo3_raw_ema::h83b123e2eefbdbbb in panther.panther.cd737a8a-cgu.2.rcgu.o panther::__pyo3_raw_rsi::h0b00645621f5b8b8 in panther.panther.cd737a8a-cgu.2.rcgu.o panther::__pyo3_raw_macd::h266446dfd60d17c1 in panther.panther.cd737a8a-cgu.2.rcgu.o panther::__pyo3_raw_roc::h095ad6395a3ebceb in panther.panther.cd737a8a-cgu.2.rcgu.o panther::__pyo3_raw_atr::h1ef011b29c51c347 in panther.panther.cd737a8a-cgu.2.rcgu.o panther::__pyo3_raw_cmf::h670af9d2e085c647 in panther.panther.cd737a8a-cgu.2.rcgu.o ... "_PyEval_ThreadsInitialized", referenced from: parking_lot::once::Once::call_once_force::_$u7b$$u7b$closure$u7d$$u7d$::hd5f275b869e9f3f5 (.llvm.1978603957232910742) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h7fbbffec6fafdec4 (.llvm.1978603957232910742) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) "_PyExc_AttributeError", referenced from: pyo3::types::module::PyModule::index::h47fda398c9651a7d in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyExc_BaseException", referenced from: pyo3::err::PyErr::take::h42415631327cc9db in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.8.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h991cfe922c4476bd in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyExc_SystemError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hc09651b28345ee6c in panther.panther.cd737a8a-cgu.9.rcgu.o _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::he33a439fd7148a9a in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.0.rcgu.o) "_PyExc_TypeError", referenced from: pyo3::derive_utils::argument_extraction_error::h6ccb31d38ad76b43 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.4.rcgu.o) pyo3::err::err_state::PyErrState::into_ffi_tuple::hacbeb4044ee93119 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::h47f2d97dbed8e894 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.0.rcgu.o) "_PyExc_ValueError", referenced from: _$LT$T$u20$as$u20$pyo3..type_object..PyTypeObject$GT$::type_object::hf4174e8aa46051c3 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.0.rcgu.o) "_PyFloat_AsDouble", referenced from: pyo3::types::floatob::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$f32$GT$::extract::h770c6af062a5f117 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.12.rcgu.o) "_PyFloat_FromDouble", referenced from: pyo3::types::floatob::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$f32$GT$::into_py::h842c138ae8d1689b in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.12.rcgu.o) "_PyGILState_Ensure", referenced from: pyo3::gil::GILGuard::acquire_unchecked::h0db3ea54d53bcdf4 (.llvm.1978603957232910742) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) "_PyGILState_Release", referenced from: _$LT$pyo3..gil..GILGuard$u20$as$u20$core..ops..drop..Drop$GT$::drop::hc6d1a685efacc511 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) "_PyIter_Next", referenced from: _$LT$$RF$pyo3..types..iterator..PyIterator$u20$as$u20$core..iter..traits..iterator..Iterator$GT$::next::hec4ccb635415e279 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.7.rcgu.o) "_PyList_Append", referenced from: pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h5b8ba5d59653f7b5 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyList_New", referenced from: pyo3::types::list::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$alloc..vec..Vec$LT$T$GT$$GT$::into_py::h39847947d7ada96c in panther.panther.cd737a8a-cgu.5.rcgu.o pyo3::types::module::PyModule::index::h47fda398c9651a7d in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyList_SetItem", referenced from: pyo3::types::list::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$alloc..vec..Vec$LT$T$GT$$GT$::into_py::h39847947d7ada96c in panther.panther.cd737a8a-cgu.5.rcgu.o "_PyLong_AsUnsignedLongLong", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h22766df646da6401 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.14.rcgu.o) "_PyModule_Create2", referenced from: _PyInit_panther in panther.panther.cd737a8a-cgu.2.rcgu.o "_PyModule_GetName", referenced from: pyo3::types::module::PyModule::name::hadb965500f760cdd in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyNumber_Index", referenced from: pyo3::types::num::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$u64$GT$::extract::h22766df646da6401 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.14.rcgu.o) "_PyObject_GetAttr", referenced from: pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::hde016bcf601faae3 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) "_PyObject_GetIter", referenced from: pyo3::types::any::PyAny::iter::h7202e8d1c1eb2805 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.5.rcgu.o) "_PyObject_Repr", referenced from: _$LT$pyo3..types..list..PyList$u20$as$u20$core..fmt..Debug$GT$::fmt::hf26ad9faa03c3479 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) _$LT$pyo3..exceptions..PyIOError$u20$as$u20$core..fmt..Debug$GT$::fmt::hfd178fe873dc297f in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.0.rcgu.o) _$LT$pyo3..types..bytes..PyBytes$u20$as$u20$core..fmt..Debug$GT$::fmt::ha19b3831d8ca0f94 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.13.rcgu.o) "_PyObject_SetAttr", referenced from: pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h9ea25d82e065e72f in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.15.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h3cbc445d3960b524 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PyObject_Str", referenced from: pyo3::derive_utils::argument_extraction_error::h6ccb31d38ad76b43 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.4.rcgu.o) _$LT$pyo3..types..any..PyAny$u20$as$u20$core..fmt..Display$GT$::fmt::h1dc46f3ff443a0a1 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.5.rcgu.o) _$LT$pyo3..types..list..PyList$u20$as$u20$core..fmt..Display$GT$::fmt::h3c2db8577eefa8c7 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PySequence_Check", referenced from: pyo3::types::sequence::extract_sequence::h0afa8b732c8090d2 in panther.panther.cd737a8a-cgu.11.rcgu.o "_PySequence_Size", referenced from: pyo3::types::sequence::extract_sequence::h0afa8b732c8090d2 in panther.panther.cd737a8a-cgu.11.rcgu.o "_PyTuple_GetItem", referenced from: pyo3::types::tuple::PyTuple::get_item::hb3c1b986bd656520 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.15.rcgu.o) "_PyTuple_New", referenced from: pyo3::types::tuple::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$$LP$T0$C$T1$RP$$GT$::into_py::h86fc288035ed72ba in panther.panther.cd737a8a-cgu.5.rcgu.o pyo3::types::tuple::PyTuple::new::h3b462ee70eed4b9a in panther.panther.cd737a8a-cgu.8.rcgu.o core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h8a33c3674928bb8a (.llvm.9685856595712211441) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcd6a82a01c1c02bf (.llvm.9685856595712211441) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) "_PyTuple_SetItem", referenced from: pyo3::types::tuple::_$LT$impl$u20$pyo3..conversion..IntoPy$LT$pyo3..instance..Py$LT$pyo3..types..any..PyAny$GT$$GT$$u20$for$u20$$LP$T0$C$T1$RP$$GT$::into_py::h86fc288035ed72ba in panther.panther.cd737a8a-cgu.5.rcgu.o pyo3::types::tuple::PyTuple::new::h3b462ee70eed4b9a in panther.panther.cd737a8a-cgu.8.rcgu.o core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h8a33c3674928bb8a (.llvm.9685856595712211441) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::hcd6a82a01c1c02bf (.llvm.9685856595712211441) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) "_PyTuple_Size", referenced from: pyo3::types::tuple::PyTuple::iter::h1d1e7a9140f4b569 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.15.rcgu.o) "_PyType_GetFlags", referenced from: pyo3::err::err_state::PyErrState::into_ffi_tuple::hacbeb4044ee93119 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) pyo3::types::module::PyModule::index::h47fda398c9651a7d in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$alloc..string..String$GT$::extract::h8524f65679b35d42 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$$RF$str$GT$::extract::hb37e932992999449 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) _$LT$pyo3..types..string..PyString$u20$as$u20$pyo3..type_object..PyTypeInfo$GT$::is_type_of::h050b1cc71e1ced16 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PyUnicode_AsEncodedString", referenced from: pyo3::types::string::PyString::to_string_lossy::hcfe9f280d3e39366 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PyUnicode_AsUTF8String", referenced from: pyo3::derive_utils::FunctionDescription::extract_arguments::hc8f50644bcb964f9 in panther.panther.cd737a8a-cgu.12.rcgu.o pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$alloc..string..String$GT$::extract::h8524f65679b35d42 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::types::string::PyString::to_string_lossy::hcfe9f280d3e39366 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) pyo3::types::string::_$LT$impl$u20$pyo3..conversion..FromPyObject$u20$for$u20$$RF$str$GT$::extract::hb37e932992999449 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.3.rcgu.o) "_PyUnicode_FromStringAndSize", referenced from: pyo3::derive_utils::argument_extraction_error::h6ccb31d38ad76b43 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.4.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h77a5aedcce4e0a4d (.llvm.9685856595712211441) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h8a33c3674928bb8a (.llvm.9685856595712211441) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.10.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h5b8ba5d59653f7b5 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::hb4d2701479ba855d in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::hde016bcf601faae3 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::heef9d0a49fd52a71 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) ... "_Py_IsInitialized", referenced from: parking_lot::once::Once::call_once_force::_$u7b$$u7b$closure$u7d$$u7d$::hd5f275b869e9f3f5 (.llvm.1978603957232910742) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) core::ops::function::FnOnce::call_once$u7b$$u7b$vtable.shim$u7d$$u7d$::h7fbbffec6fafdec4 (.llvm.1978603957232910742) in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) "__Py_Dealloc", referenced from: pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h31d0ef62a0cf5f61 in panther.panther.cd737a8a-cgu.10.rcgu.o pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h9ea25d82e065e72f in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.15.rcgu.o) pyo3::gil::ReferencePool::update_counts::h924c331f45a96962 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) _$LT$pyo3..gil..GILPool$u20$as$u20$core..ops..drop..Drop$GT$::drop::h720ca4923e91a658 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) pyo3::gil::register_decref::h435cfd1fc2d24516 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.6.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::h5b8ba5d59653f7b5 in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) pyo3::conversion::ToBorrowedObject::with_borrowed_ptr::hb4d2701479ba855d in libpyo3-a4e58964712c11c3.rlib(pyo3-a4e58964712c11c3.pyo3.c9d4a93d-cgu.2.rcgu.o) ... ld: symbol(s) not found for architecture arm64 clang: error: linker command failed with exit code 1 (use -v to see invocation)

I'm on a M1 Mac

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

4 participants