OpenBB-finance / pywry

MIT License
80 stars 11 forks source link

'--release' cannot be used multiple times #80

Closed meerfrau closed 1 year ago

meerfrau commented 1 year ago

When building from source using maturin I'm getting the following error:

cargo rustc --lib --manifest-path Cargo.toml --features pyo3/extension-module --release --no-default-features --release -v -- --crate-type cdylib
error: the argument '--release' cannot be used multiple times
tehcoderer commented 1 year ago

new release should fix this