Re: IPython 4.0 on Python 3.4 & Windows 10 - Status Update #4

Paul Moore <[email protected]> Mon, 24 Aug 2015 22:09:30 +0100
Newsgroups gmane.comp.python.ipython.user
Message-ID <CACac1F8Dd7by3dkzV6J78M1SJV81sX49vqwhywVkePmPz5AB=g@mail.gmail.com>
On 24 August 2015 at 21:54, Viktor Ransmayr <[email protected]> wrote:
> Any ideas about this issue?

This looks like simply a case that you don't have Visual C 10
installed (as the message explains), and so the optional speedup
modules for tornado and markupsafe aren't being built. This is normal,
and shouldn't be causing an issue (other than the performance impact
of not having the speedups).

Is there some issue I'm not seeing?

Paul