Ask Your Question
0

Problems to start sage -notebook=ipython

asked 9 years ago

this post is marked as community wiki

This post is a wiki. Anyone with karma >750 is welcome to improve it.

With Sagemath version 6.6 the command "sage -notebook = ipython" worked fine.

I upgraded to the 6.8 version and every time I try the same command, I get the following message:

The IPython notebook requires ssl, even if you do not use https. Install the openssl development packages in your system and then rebuild Python (sage -f python).

Does anyone know the correct way workaround this?

Preview: (hide)

Comments

1

This might depend on the OS you use. What operating system are you using?

Eg. if you are using Debian based OS (eg *buntu) you may try installing libssl-dev, or if you are using a Red Hat based OS you can try openssl-devel.

fidbc gravatar imagefidbc ( 9 years ago )

Got the same problem here. The problem is that the version installed by ubuntu is libssl-dev (with libssl version 1.0.0) and Ipython wants a more recent one.

vdelecroix gravatar imagevdelecroix ( 9 years ago )

1 Answer

Sort by » oldest newest most voted
1

answered 9 years ago

vdelecroix gravatar image

Hello,

One solution is to install openssl Sage package with

$ sage -p openssl

Then it should work

Preview: (hide)
link

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account.

Add Answer

Question Tools

Stats

Asked: 9 years ago

Seen: 1,753 times

Last updated: Jan 22 '16