Traceback (most recent call last):
File “/www/sentry/bin/sentry”, line 7, in
from sentry.runner import main
File “/www/sentry/lib/python3.5/site-packages/sentry/runner/init.py”, line 73, in
‘sentry.runner.commands.dsym.dsym’,
File “/www/sentry/lib/python3.5/site-packages/sentry/runner/init.py”, line 54, in
list(map(lambda cmd: cli.add_command(import_string(cmd)), (
File “/www/sentry/lib/python3.5/site-packages/sentry/utils/imports.py”, line 38, in import_string
result = _cache[path]
File “/www/sentry/lib/python3.5/site-packages/sentry/utils/imports.py”, line 21, in missing
module = import(module_name, {}, {}, [class_name])
File “/www/sentry/lib/python3.5/site-packages/sentry/runner/commands/tsdb.py”, line 12, in
from sentry.utils.iterators import chunked
File “/www/sentry/lib/python3.5/site-packages/sentry/utils/iterators.py”, line 21
lambda (i, iterator): advance(i, iterator),
its the latest version
using python install
As mentioned on the GH issue you opened as well, Sentry doesn’t run on python 3, as clearly stated in our docs. We require 2.7. Please read the docs again.
i have python2.7 installed. I have 3.5.2 and 2.7.12 installed.
If you read the error you posted, you’re trying to use 3.5.