-
error[E0432]: unresolved import |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 1 reply
-
Which OS are you using? We currently don't support compiling on Windows (supported platform: https://github.com/CeresDB/ceresdb/blob/main/README.md#platform-support). I guess this conditional flag causes your problem: |
Beta Was this translation helpful? Give feedback.
-
This dep ( |
Beta Was this translation helpful? Give feedback.
-
yes, I am building on windows. Maybe that's the problem. |
Beta Was this translation helpful? Give feedback.
Which OS are you using? We currently don't support compiling on Windows (supported platform: https://github.com/CeresDB/ceresdb/blob/main/README.md#platform-support). I guess this conditional flag causes your problem:
https://github.com/CeresDB/ceresdb/blob/e9f7fa6c34c256eabe474f58e649768ff37e5b69/grpcio/Cargo.toml#L12-L16