From 5785f1788f322a8ab0c94f5496eb4f6883bf9672 Mon Sep 17 00:00:00 2001 From: Boris Buliga Date: Sun, 4 Nov 2018 18:41:32 +0200 Subject: [PATCH] [python] update jedi instructions Following https://github.com/proofit404/anaconda-mode/commit/150390968bb0c5180026932d27255483d690e00f --- layers/+lang/python/README.org | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/layers/+lang/python/README.org b/layers/+lang/python/README.org index 04ba7f15b..43a8971e0 100644 --- a/layers/+lang/python/README.org +++ b/layers/+lang/python/README.org @@ -116,10 +116,10 @@ opening a python buffer: To fix this, install the =anaconda-mode= [[https://github.com/proofit404/anaconda-mode/wiki][anaconda-deps]] by hand: #+BEGIN_SRC sh - pip install --upgrade "jedi>=0.9.0" "json-rpc>=1.8.1" "service_factory>=0.1.5" + pip install --upgrade "jedi>=0.13.0" "json-rpc>=1.8.1" "service_factory>=0.1.5" #+END_SRC -If you encounter problems with Jedi 1.0 consider downgrading to 0.9.0. See [[https://github.com/davidhalter/jedi/issues/873][this +If you encounter problems with Jedi 1.0 consider downgrading to 0.13.0. See [[https://github.com/davidhalter/jedi/issues/873][this issue]] for details. Source: [[https://github.com/proofit404/anaconda-mode#issues]]