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
{{ message }}
This repository has been archived by the owner on Mar 10, 2019. It is now read-only.
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.
The text was updated successfully, but these errors were encountered:
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
stack install tidal-midi
sometimes throwsDoing
brew install PortMidi
orbrew install PortMidi-0.1.6.0
doesn't help. Workaround is to typePortMidi-0.1.6.0
into theextra-deps
field in.stack/global-projects/stack.yaml
, and runstack install tidal-midi
again.The text was updated successfully, but these errors were encountered: