gigalixir / gigalixir-cli

MIT License
52 stars 45 forks source link

New version of `rollbar 0.16.0` breaking the installation of `gigalixir` via `pip` #80

Closed tannineo closed 3 years ago

tannineo commented 3 years ago

The dependency rollbar just released 0.16.0 and it breaks the installation of gigalixir via pip.

The screenshot of former (normal) installation on GitHub Action:

image

The broken installation:

image

Temporary fix to use the former version of rollbar:

pip3 install gigalixir rollbar==0.15.2

jesseshieh commented 3 years ago

Thanks for the report! Looks like this should be fixed once this is released https://github.com/rollbar/pyrollbar/issues/383

bxsx commented 3 years ago

Hey, we have just released v0.16.1. Sorry for the trouble.

tannineo commented 3 years ago

@jesseshieh It is back to normal. This issue can be closed. Thanks everyone!