Skip to content
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

stack install error on Windows #28

Open
brian6932 opened this issue Sep 27, 2023 · 2 comments
Open

stack install error on Windows #28

brian6932 opened this issue Sep 27, 2023 · 2 comments

Comments

@brian6932
Copy link

brian6932 commented Sep 27, 2023

Error: [S-4804]
       Stack failed to construct a build plan.

       While constructing the build plan, Stack encountered the following errors:

       In the dependencies for brick-0.62(+demos):
           unix needed, but the Stack configuration has no specified version (latest matching version is 2.8.2.1)
       needed due to wordle-0.2.2 -> brick-0.62

       In the dependencies for vty-5.33:
           terminfo must match >=0.3 && <0.5, but the Stack configuration has no specified version (latest matching
                    version is 0.4.1.6)
           unix needed, but the Stack configuration has no specified version (latest matching version is 2.8.2.1)
       needed due to wordle-0.2.2 -> vty-5.33
@ivanjermakov
Copy link
Owner

ivanjermakov commented Sep 27, 2023

Related to jtdaugherty/vty#260.

Looks like this was fixed by jtdaugherty/brick#483, but we'll have to wait for next Brick release that will not depend on unix.

@brian6932 As a workaround, you could install it under WSL. How to guide in the adjacent issue: swarm-game/swarm#53 (comment).

@jtdaugherty
Copy link

I just saw this ticket referenced from one of mine, so I wanted to stop by and confirm: Windows is not yet supported by vty (which brick uses). As I work toward a release of vty-windows, I'll update the Vty ticket linked above. Once that is out, I'll update Brick to use vty-crossplatform which will should be enough to get this ticket resolved.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants