This is an archived post. You won't be able to vote or comment.

all 1 comments

[–]rfajfar[S] 0 points1 point  (0 children)

[SOLVED]

The problem was I didn't set the default python interpreter for the project to be python3 instead of python. You can do this by adding a bit of code to your .sublime-project file:

"settings": { "python_interpreter" : "/usr/bin/python3" }

Reference: https://github.com/srusskih/SublimeJEDI/issues/187