Home > Net >  Unable to Install Facebook Duckling on Windows - Stack Exec Fails
Unable to Install Facebook Duckling on Windows - Stack Exec Fails

Time:02-25

I'm trying to enter image description here

I also tried adding a double slash as seen below - but it didn't help:

enter image description here

I tried with forward slash instead but this didn't help either:

enter image description here

Moreover, I don't understand where the path: /etc/zoneinfo/ is coming from, if the path is no longer present in ExampleMain.hs? Where is the compiler pulling the path from?

Thanks!

CodePudding user response:

You need to run stack exec duckling-example-exe in the directory where the stack.yaml and project.yaml files of the duckling source code is that you are trying to modify. Otherwise it will use the version of duckling from stackage without your changes.

  • Related