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

Needs zmq3-dev on Debian + Ipython versions mismatch #28

Open
vindarel opened this issue Feb 16, 2017 · 0 comments
Open

Needs zmq3-dev on Debian + Ipython versions mismatch #28

vindarel opened this issue Feb 16, 2017 · 0 comments

Comments

@vindarel
Copy link

Hi,

I encountered 2 pbs with cl-jupyter:

Ipython versions mismatch

First the installation script reported an Ipython version mismatch

... Frontend: using IPython v4.1
Error: mismatch ipython version (5.0 vs 4.1)
Abort.

I edited the script to carry on the installation and it worked.

zmq needed

Then as I ran a notebook I got two errors:

 fatal error: zmq.h: Aucun fichier ou dossier de ce type

for which I installed apt-get install libzmq-dev

right after I got The alien function "zmq_ctx_new" is undefined. for which I did apt-get install libzmq3-dev.

I don't know if the two are necessary.

Now I get a notebook working ! \o/

Nice work, cheers !

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