Starting the algorand sandbox but the error "the input device is not a TTY" comes up?

102 Views Asked by At

I'm trying to setup the alogrand development environment using the algorand sandbox, when I start the sandbox using the git bash and the command ./sandbox up the following error comes up:

The error screenshot

1

There are 1 best solutions below

1
Fabrice On

There is an issue with this on https://github.com/algorand/sandbox/issues/115

In short currently, your best bet is to use WSL 2 rather than Git Bash. This is a bit more complex to set up but gives you an environment closer to Linux. See https://github.com/algorand/sandbox#option-1-using-wsl-2 for details on how to use WSL 2.