Skip to content
This repository has been archived by the owner on Aug 28, 2023. It is now read-only.

Unable to install slack plugin with sentry 8.5.0 #47

Open
StefanWegener opened this issue Jun 6, 2016 · 3 comments
Open

Unable to install slack plugin with sentry 8.5.0 #47

StefanWegener opened this issue Jun 6, 2016 · 3 comments

Comments

@StefanWegener
Copy link

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

Any idea?

@mattrobenolt
Copy link
Contributor

Can you clarify "it didn't work?"

@jeroennijhof
Copy link

jeroennijhof commented Jun 15, 2016

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
Copy link

jeroennijhof commented Jun 15, 2016

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

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

3 participants