fredokun / cl-jupyter

An enhanced interactive Shell for Common Lisp (based on the Jupyter protocol)
BSD 2-Clause "Simplified" License
199 stars 29 forks source link

Error: mismatch ipython version (7.29 vs 7.31) #55

Open hhy06 opened 1 year ago

hhy06 commented 1 year ago

I'm installing cl-jupyter on Win10 (Microsoft Windows [10.0.18362.1256]) when this error pops up:


C:\tmp\cl-jupyter>python3 install-cl-jupyter.py

cl-Jupyter -- an enhanced interactive Common Lisp shell
(C) 2014-2015 Frederic Peschanski (cf. LICENSE)
----
... Frontend: using IPython v7.31
Error: mismatch ipython version (7.29 vs 7.31)
Abort.

The problem is I don't even have IPython 7.31 ( I checked all files on disk using Everything), so I don't know how the script file chose this IPython in the first place. I do have IPython7.29, and a very old ipython 0.13 from python 2.6. Could there be some residue registry from previous anaconda/python installations that needs to be cleaned up? Or maybe I could specify a frontend manually? Thanks.

hhy06 commented 1 year ago

Well I guess this is not a fatal error, and I just bypassed this check in the py script. This is also recorded in https://github.com/fredokun/cl-jupyter/issues/28.

(The installation still failed, if you're interested, since there is apparently no thread support for Rasp pi.)