Error while running install.sh (ledger-app)

OS: MacOS

If with the launch of the install.sh script we are getting the following error:
FileNotFoundError: [Errno 2] No such file or directory: ‘bin/app.hex’

Solution:
edit the install.sh file to change the reference file from ‘bin/app.hex’ to ‘/Users/user_name/Downloads/concordium-ledger-app-1.0.0-target-2.0.0/bin/app.hex/’

don’t forget to replace user_name with your username

Hi @PabloZ

This error happens because the install script assumes that it is run from the directory, which the bin folder is located in.

So a preferable solution would be to make sure the files are still in the same directory, and then open a terminal in that directory, and run the script from that.

  • Søren
1 Like