Skip to content
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.

PortMidi dependency issue when installing with stack #42

Open
jarmitage opened this issue Sep 24, 2017 · 0 comments
Open

PortMidi dependency issue when installing with stack #42

jarmitage opened this issue Sep 24, 2017 · 0 comments

Comments

@jarmitage
Copy link

stack install tidal-midi sometimes throws

Error: While constructing the build plan, the following exceptions were encountered:

In the dependencies for tidal-midi-0.9.4:
    PortMidi must match ==0.1.6.0, but the stack configuration has no specified version (latest applicable is 0.1.6.0)
needed for unknown reason - stack invariant violated.

Recommended action: try adding the following to your extra-deps in /Users/kevincebulski/.stack/global-project/stack.yaml:
- PortMidi-0.1.6.0

You may also want to try the 'stack solver' command
Plan construction failed.

Doing brew install PortMidi or brew install PortMidi-0.1.6.0 doesn't help. Workaround is to type PortMidi-0.1.6.0 into the extra-deps field in .stack/global-projects/stack.yaml, and run stack install tidal-midi again.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant