-
Notifications
You must be signed in to change notification settings - Fork 31
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Get Duckling to work #143
Comments
Hi @argideritzalpea, some libs needed to be patched to make it work: #144 |
@argideritzalpea @jneira PR is merged. |
@jneira @rahulmutt Thanks very much for the patches and PR. I'm having trouble building it still after updating etlas:
|
Oh, i forgot to mention that you should download the package with |
@jneira @rahulmutt Thanks for helping me get this running, it successfully built! I can debug some of the runtime errors now |
As noted by @argideritzalpea, after compiling there are two issues:
|
Hi, i tried to run the test suite and, at first, i've got a compile error, solved in the new patch: #146 I actually i am getting a java exception instead the error about
|
@jneira That name looks extremely odd. Perhaps that's an error with how the |
In gitter @justinphan3110 has shared a stacktrace trying to execute the example, replacing the web server with standard output |
I am attempting to incorporate Duckling project with eta but am running into some dependency issues. My main goal is to eventually use Duckling (Haskell) in an Android application. I am first attempting to get Duckling running via eta.
Duckling: https://github.com/facebook/duckling
It is also on Hackage: https://hackage.haskell.org/package/duckling
I clone the Duckling gitHub project here, and I run:
home$ etlas run
Resolving dependencies...
etlas: Could not resolve dependencies:
trying: base-4.11.1.0/installed-9g5... (dependency of duckling-0.1.6.1)
next goal: text-show (dependency of duckling-0.1.6.1)
rejecting: text-show-3.8.2, text-show-3.8.1, text-show-3.8 (conflict: duckling
=> text-show>=2.1.2 && <3.8)
trying: text-show-3.7.5
next goal: integer-gmp (dependency of text-show-3.7.5)
rejecting: integer-gmp-1.0.2.0 (conflict: base =>
ghc-prim==0.4.0.0/installed-Jhi..., integer-gmp => ghc-prim>=0.5.2)
rejecting: integer-gmp-1.0.1.0 (conflict: base =>
ghc-prim==0.4.0.0/installed-Jhi..., integer-gmp => ghc-prim>=0.5.1)
rejecting: integer-gmp-1.0.0.1 (conflict: base =>
ghc-prim==0.4.0.0/installed-Jhi..., integer-gmp => ghc-prim>=0.5)
rejecting: integer-gmp-1.0.0.0, integer-gmp-0.5.1.0 (only already installed
instances can be used)
After searching the rest of the dependency tree exhaustively, these were the
goals I've had most trouble fulfilling: integer-gmp, base, text-show, duckling
The text was updated successfully, but these errors were encountered: