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:
Starting the algorand sandbox but the error "the input device is not a TTY" comes up?
102 Views Asked by Tamim Ehsas At
1
There are 1 best solutions below
Related Questions in BLOCKCHAIN
- Sepolia test network ID
- Gas Estimation Fee on Tron Mainnet
- This is the solidity code to list nft in marketplace after minting but while calling makeItem function Error is showing that Faliled to estimate gas
- Trying to send transactions via a signer using my private key
- My question is regarding installation of a package in VS code but im getting an error in installing it
- Historical data scrapping / collection for Ethereum
- Installation Private Blockchain
- How to import rpc information without importing .env file or hardcoding on frontend?
- How do I speed up transaction filtering on solan blockchain?
- Undeclared identifier: VRF_V2_Wrapper.calculateRequestPrice()
- how to interpret and format iterest rates and index returned by aave event
- Can I swap with 1inch swap apis with forked hardhart?
- How to connect metamask to flutter mobile app
- Scraping 'offers' data from OpenSea
- Which web3 decentralized wallet is suitable to store my crypto assets and lock some of the tokens for certain time?
Related Questions in SANDBOX
- How do I separate emails (from 1 alias) in Thunderbird from invasive websites on Firefox with file browsing scripts? Should I worry?
- what's meaning, process is not in an inherited sandbox, when i run my helper app within a electron build app
- Resetting NetSuite Sandbox to Default Without Production Data
- simulate paypal payments with sandbox credit cards generator
- Pdf is not loading on mobile broswer
- How to use xdg-open in bwrap environment to open dir in the unsandboxed filesystem
- Upgraded Azure Data Explorer to python sandbox image 3.10 - impossible to install (extract) external packages
- Azure app authentication with Sandbox account returns "unauthorized_client: The client does not exist or is not enabled for consumers." error
- No handlers could be found for logger "cuckoo"
- Swift Vapor Console App - The operation couldn’t be completed. Permission denied
- How to prevent external script from top level navigation
- Amazon SPAPI error "could match input arguments"
- snakemake has issue with using singularity
- Will the privacy sandbox have an impact on xmlhttprequest requests and will there be a problem with authentication?
- PayPal payment showing as pending in hotel booking lite plugin on localhost
Related Questions in TTY
- re-enable on-screen carriage return behaviour without including them in the data stream
- Connect to different terminals via SSH
- Was there a previous version of tty_ldisc_ops.ioctl() that also required a file argument?
- How to Run SSH Command with Login Shell
- Can we have graphical server on ttyS*
- ESP32/esptool.py: what can be the reason for esptool.py reporting connection problems, while connection works fine in general?
- how many terminal lines does a long line of text take?
- requiretty is being added to a user permissions by default in centos 7
- Enabling UART TTY for an RK3128 Embedded Linux Device
- Prevent canonical Mode from echoing special characters in C
- How to get screen size (width, height) in a Go application using tview?
- PTY output hangs when trying to read command output in terminal emulator
- Getting a single character from the console without hitting enter in Elixir/Erlang
- Capture SIGINT signal gracefully during interactive terminal prompt
- Bash: Forward keyboard input to background program?
Related Questions in WINPTY
- Using winpty on Windows
- Running mysql client with password authentication in Bash script
- he input device is not a TTY. If you are using mintty, try prefixing the command with 'winpty'
- visual code gives winpty error and won't open at all
- Garbled output to Telnet client using Python, asyncio, andpywinpty
- Starting the algorand sandbox but the error "the input device is not a TTY" comes up?
- Why did I have to remove bin/sh to run the winpty docker run command?
- Running multiple Python scripts in parallel using bash
- Can't import WinPty in Mamba/Conda Environment
- Is there support for WinPty in mingw-w64?
- The terminal process failed to launch: A native exception occurred during launch (Error launching WinPTY agent: agent executable does not exist: '
- Android Studio terminal not opening/working
- Windows docker, specifying named volume under winpty command line causing includes invalid characters problem
- Winpty and Git Bash
Related Questions in ALGORAND
- TealScript - Budget increase
- TealScript - How to work with uint64 and uint256 and how to do conversions between them?
- TealScript - arc4 Transaction parameter either Pay or Asset transfer
- Algrand Smart Contract Method Calling
- Does Algorand have a clear-cut distinction between ALGO and ASA tokens?
- Cannot find reference 'get_accounts' in '__init__.py' in PyCharm
- How do I check of an account had opted-in to an ASA using the python algosdk?
- Cannot import 3rd party JavaScript module
- How to create a child app with parameters in Algorand?
- Algorand how is round membership computed from the output of a VRF
- Algorand ARC-19 and ARC-69. What exaclty is the difference?
- How do we pass the string as an application argument? (Algorand, JS SDK)
- Block-chain memorised 5.000.000 of hash
- How do I get the units of an Algorand Standard Assets (ASA) automatically deposited into the reserve address?
- DiscordJS "interactionCreate" listener not working
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?

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.