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 was archived by the owner on Aug 30, 2023. It is now read-only.
I got a Successfully installed sentry-redmine-0.1.0 on my Sentry 9.0.0, but, beside the plugin not appear on integrations settings, I'm also receiving an error every time than I execute de command "sentry createruser":
sentry createuser
Failed to load plugin 'redmine':
Traceback (most recent call last):
File "/usr/local/lib/python2.7/site-packages/sentry/runner/initializer.py", line 31, in register_plugins
plugin = ep.load()
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2320, in load
self.require(*args, **kwargs)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 2343, in require
items = working_set.resolve(reqs, env, installer, extras=self.extras)
File "/usr/local/lib/python2.7/site-packages/pkg_resources/init.py", line 782, in resolve
raise VersionConflict(dist, req).with_context(dependent_req)
ContextualVersionConflict: (redis 2.10.5 (/usr/local/lib/python2.7/site-packages), Requirement.parse('redis>=2.10.6'), set(['redis-py-cluster']))