paxdotdev/pax

Windows Build failed on cargo install pax-cli

Closed this issue · 3 comments

Hello,
Rust verstion : rustc 1.81.0 (eeb90cda1 2024-09-04)
Windows version : Microsoft Windows 11 Entreprise - 10.0.22631 Build 22631
When I follow the instructions on this page https://docs.pax.dev/installation/operating-systems/windows/, the pax-compiler library fails to compile.

The error: error[E0433]: failed to resolve: could not find unix in os
.cargo\registry\src\index.crates.io-6f17d22bba15001f\pax-compiler-0.36.6\src\design_server\websocket.rs:18:14

image

Am I missing something in my system?

Thanks for the report! pax-compiler#design_server is a new module and it appears to be breaking pax-cli builds on Windows workstations; this is prioritized and we will follow up here when fixed.

@Distil62 We've deployed a new version of pax-cli that should have fixed the windows issues you are seeing.

Do let us know if you bump into any other roadblocks, it's really useful for us to know!

It's work now! Thank for your work :)