wordle
wordle copied to clipboard
`stack install` error on Windows
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
Related to https://github.com/jtdaugherty/vty/issues/260.
Looks like this was fixed by https://github.com/jtdaugherty/brick/pull/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: https://github.com/swarm-game/swarm/issues/53#issuecomment-926946541.
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.