You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to build duckling on Windows 11 getting this error:
[1 of 1] Compiling CustomDimensionExample
: error:
output was redirected with -o, but no output will be generated
because there is no Main module.
Error: [S-7282]
Stack failed to execute the build plan.
While executing the build plan, Stack encountered the error:
[S-7011]
While building package duckling-0.2.0.0 (scroll up to its section to see the error) using:
C:\sr\setup-exe-cache\x86_64-windows\Cabal-simple_CKvAmRb3_3.0.1.0_ghc-8.8.4.exe --verbose=1 --builddir=.stack-work\dist\21b29c19 build lib:duckling exe:custom-dimension-example exe:duckling-example-exe exe:duckling-expensive exe:duckling-regen-exe exe:duckling-request-sample --ghc-options " -fdiagnostics-color=always"
Process exited with code: ExitFailure 1
The text was updated successfully, but these errors were encountered:
cc @patapizza I think I've already seen another similar bug report that wasn't windows-specific, I suspect something in the stack based codegen may not be working after recent changes?
Hi , I had the same error . it's not because you are using windows 11. The error is caused because of recent commits to this project, in order to pass this error and work with duckling, you must download the last stable version (0.2.0.0) from releases. I hope the owner of this project have a plan to fix this error.
I am trying to build duckling on Windows 11 getting this error:
[1 of 1] Compiling CustomDimensionExample
: error:
output was redirected with -o, but no output will be generated
because there is no Main module.
Error: [S-7282]
Stack failed to execute the build plan.
The text was updated successfully, but these errors were encountered: