cryo icon indicating copy to clipboard operation
cryo copied to clipboard

error: could not compile `polars-arrow` (lib) due to 6 previous errors

Open matic0209 opened this issue 1 year ago • 3 comments

Version List the versions of all flood packages you are using.

Platform The output of uname -a (UNIX), or version and 32 or 64-bit (Windows) Linux ubuntu 5.4.0-162-generic #179-Ubuntu SMP Mon Aug 14 08:51:31 UTC 2023 x86_64 x86_64 x86_64 GNU/Linux Description Enter your issue details here. One way to structure the description: error when install using : git clone https://github.com/paradigmxyz/cryo cd cryo cargo install --path ./crates/cli

[short summary of the bug] Compiling polars-utils v0.32.1 | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ help: disambiguate the method for candidate #2

CleanShot 2023-09-12 at 21 47 12@2x

I tried this code:

[code sample that causes the bug]

I expected to see this happen: [explanation]

Instead, this happened: [explanation]

matic0209 avatar Sep 12 '23 13:09 matic0209

Is there any way to get around this error ?

chalex-eth avatar Sep 22 '23 15:09 chalex-eth

Is there any way to get around this error ?

Build locally!

mteam88 avatar Sep 23 '23 16:09 mteam88

Is there any way to get around this error?

Build locally!

That doesn't seem to work either, cloning and running cargo install --path ./crates/cli gives the following error:

Caused by:
  error inheriting `version` from workspace root manifest's `workspace.package.version`

Philogy avatar Oct 01 '23 21:10 Philogy