-
Notifications
You must be signed in to change notification settings - Fork 125
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
Multiple issues with dependencies during install of :amqp #54
Comments
@garmoshka-mo I think this is actually two separate issues. cc @ono
As a workaround, amqp, could dependency explicitly on rabbit_common or for now you could dependent explicitly on rabbit_common in your application mix.exs.
|
Thanks @garmoshka-mo for reporting. Hope @pma's advise will help you to sort it out. I merged #55 and released |
Fix dependency issue pma/amqp#54
To reproduce - generate fresh project:
Add this as specified in readme:
Then try to install:
Running mix. deps.get goes just fine 2nd time:
But then problem of same nature happens with second dependency (rebar3):
The text was updated successfully, but these errors were encountered: