GenesysGo / shadow-drive-rust

Apache License 2.0
21 stars 13 forks source link

Problems installing Python SDK #52

Open N4N opened 8 months ago

N4N commented 8 months ago

Hi fams,

I think the wheel for installing the shdw-drive module for pythons is now outdate. I tried to install yesterday (with pip install shdw-drive) and wen Cargo was compiling all the dependecies this error took place:

Compiling num_cpus v1.16.0
         Compiling atty v0.2.14
         Compiling miow v0.3.7
         Compiling toml v0.5.11
         Compiling tokio v1.14.1
error: could not compile `ntapi` (lib) due to 3 previous errors
      warning: build failed, waiting for other jobs to finish...
      💥 maturin failed
        Caused by: Failed to build a native library through cargo
        Caused by: Cargo build finished with "exit code: 101": `"cargo" "rustc" 

Seems like cargo dependecies are using an old tokio library that uses and old version of ntapi Image 47