The Daml version stated in the `daml.yaml` file is strangely overridden - why?
App Development7 posts233 views3 likesLast activity Oct 2022
GY
gyorgybalazsiOP
Sep 2022What does this warning mean? How can I go back to normal behavior?
Warning: Using SDK version 2.3.4 from DAML_SDK_VERSION enviroment variable instead of SDK version 2.4.0 from daml.yaml config file.
Needless to say that when I try to print out $DAML_SDK_VERSION I get nothing.
MA
Mate_Varga
Sep 2022@gyorgybalazsi Exactly what kind of operation are you performing when you receive this message?
GY
gyorgybalazsi
Sep 2022Building a package with ‘daml build’.
GY
gyorgybalazsi
Sep 2022I’ve found out the reason for this, I’ve specified a nonexistent SDK version in the daml.yaml file.
GA
Gary_Verhaegen
Sep 2022Indeed, 2.4.0 is not out yet.
GA
Gary_Verhaegen
Oct 2022For the record, 2.4.0 is out now.
GY
gyorgybalazsi
Oct 2022Yes, thank you!