-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
rust build error llvm_asm #1785
Comments
nightly还是stable? |
nightly |
rustc的版本呢 |
v1.60.0-nightly |
试试退到1.59 的nightly |
编译过了 "SELECT * FROM quantaxis.stock_cn_day where order_book_id in ['600010.XSHG','300002.XSHE'] AND date BETWEEN '2021-07-11' AND '2021-12-22' order by date" |
❯ docker ps |
服务起起来了的 |
数据在clickhouse里..... |
❯ cargo run --color=always --package qapro-rs --release example.toml |
|
之前的数据默认是下载到mongodb里面的,请问如何重新下载数据到clickhouse或者从mongodb迁移到clickhouse里面?谢谢 |
2.0本来有个数据升级计划 后来变成百度云分享压缩包形式了 |
请问如何才能获得百度云的链接地址?谢谢 |
参看这个,在 packed_simd 里去掉 llvm_asm feature 即可 |
cargo build --release
warning: resolver for the non root package will be ignored, specify resolver at the workspace root:
package: /home/forrest/Github/QUANTAXIS/qapro-rs/Cargo.toml
workspace: /home/forrest/Github/QUANTAXIS/Cargo.toml
The text was updated successfully, but these errors were encountered: