Advertisement
Guest User

Untitled

a guest
May 22nd, 2019
139
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.65 KB | None | 0 0
  1. Error: While constructing the build plan, the following exceptions were encountered:
  2.  
  3. In the dependencies for transformers-0.5.5.0:
  4. base-4.10.1.0 from stack configuration does not match (>=2 && <6) && <0
  5. needed since transformers is a build target.
  6.  
  7. Some different approaches to resolving this:
  8.  
  9. * Set 'allow-newer: true' to ignore all version constraints and build anyway.
  10.  
  11. * Consider trying 'stack solver', which uses the cabal-install solver to attempt to find some
  12. working build configuration. This can be convenient when dealing with many complicated
  13. constraint errors, but results may be unpredictable.
  14.  
  15.  
  16. Plan construction failed.
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement