getsentry / sentry-slack

DEPRECATED Slack integration for Sentry
http://getsentry.com
BSD 3-Clause "New" or "Revised" License
139 stars 40 forks source link

Unable to install slack plugin with sentry 8.5.0 #47

Open StefanWegener opened 8 years ago

StefanWegener commented 8 years ago

Hi, i tried to install slack plugin with the latest sentry version 8.5.0 but it didn't work.

Any idea?

mattrobenolt commented 8 years ago

Can you clarify "it didn't work?"

jeroennijhof commented 8 years ago

Currently having the same issue, looks like a version conflict:

sentry-cron Failed to load plugin 'slack':
sentry-cron Traceback (most recent call last):
sentry-cron   File "/usr/share/nginx/sentry/local/lib/python2.7/site-packages/sentry/runner/initializer.py", line 42, in register_plugins
sentry-cron     plugin = ep.load()
sentry-cron   File "/usr/share/nginx/sentry/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2228, in load
sentry-cron     self.require(*args, **kwargs)
sentry-cron   File "/usr/share/nginx/sentry/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 2245, in require
sentry-cron     items = working_set.resolve(reqs, env, installer)
sentry-cron   File "/usr/share/nginx/sentry/local/lib/python2.7/site-packages/pkg_resources/__init__.py", line 834, in resolve
sentry-cron     raise VersionConflict(dist, req).with_context(dependent_req)
sentry-cron ContextualVersionConflict: (requests 2.10.0 (/usr/share/nginx/sentry/lib/python2.7/site-packages), Requirement.parse('requests[security]<2.10.0,>=2.9.1'), set(['sentry']))
jeroennijhof commented 8 years ago

I manage to solve it by installing requests version 2.9.2 and msgpack-python.