Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
hhy06 opened this issue Jun 8, 2023 · 1 comment
Open

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

hhy06 opened this issue Jun 8, 2023 · 1 comment

Comments

@hhy06
Copy link

hhy06 commented Jun 8, 2023

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
Copy link
Author

hhy06 commented Jun 8, 2023

Well I guess this is not a fatal error, and I just bypassed this check in the py script. This is also recorded in #28.

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant