Closed harsh-mn-yral closed 7 months ago
You need to use dfx 0.14. This is installed by running the script ./install.sh
.
@mraszyk Thanks for the quick reply, but I'm not able to install DFX 0.14.0 version:
DFX_VERSION=0.14.0 sh -ci "$(curl -sSL https://internetcomputer.org/install.sh)"
info: Executing dfx install script, commit: c9964420b98f735a2626daba6f20b860b2876305
info: Version found: 0.14.0
info: Creating uninstall script in ~/.cache/dfinity
info: uninstall path=/Users/mbp/.cache/dfinity/uninstall.sh
info: Checking for latest release...
warn: Not forcing TLS v1.2, this is potentially less secure
% Total % Received % Xferd Average Speed Time Time Time Current
Dload Upload Total Spent Left Speed
0 9 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0
curl: (22) The requested URL returned error: 404
dfinity-sdk: command failed: downloader https://github.com/dfinity/sdk/releases/download/0.14.0/dfx-0.14.0-x86_64-darwin.tar.gz /var/folders/y0/0dq6fgpd31g3th4_w2vlbccc0000gn/T/tmp.Bcr14DVX/dfx-0.14.0-x86_64-darwin.tar.gz
exit
Edit: I was not able to install it using the ./install.sh
script as well. It seems it was trying to install 0.14.1 version as well (and failing to do that too)
I'm not able to install DFX 0.14.0 version
You shouldn't need to install DFX 0.14.0, the latest DFX 0.14.1 is fine.
I was not able to install it using the ./install.sh script as well.
The install.sh
script fetches DFX 0.14.1 and it worked for me just now.
@harshbaz Any update on this issue? Is it resolved?
@harshbaz I just merged a PR that should resolve this issue! Make sure to run ./install.sh again. Please leave a comment here if using the latest version of sns-testing does not resolve the issue :D
I'm trying to test sns deployment locally and running into some errors:
Environment:
0.14.1
Steps I followed:
sns-testing
repo../setup_locally.sh
inside abash
terminal, it fails with the following output:This is the dfx service's output:
Solutions I've tried
I tried deleting
.dfx
folder insidesns-testing
& tried running./cleanup.sh
script but the result remains the same.