Hi there!
I’m currently having issues installing DAML locally. I have Java 11 installed as well as the environment variable JAVA_HOME
initialized. When running the following cURL locally, I get the following:
% curl -sSL https://get.daml.com/ | sh
Determining latest SDK version...
Latest SDK version is 2.6.5
Downloading SDK 2.6.5. This may take a while.
######################################################################## 100.0%
Removing existing installation: /Users/alan/.daml
Removing existing cache: /Users/alan/.cache/daml
Extracting SDK release tarball.
Installing SDK release from directory.
Waiting for SDK installation lock /Users/alan/.daml/sdk/.lock
The installation is waiting for the lock indefinitely. Is there anything else I should be doing? Thanks in advance!