IPython 4.0 on Python 3.4 & Windows 10 - Status Update #4
Viktor Ransmayr <[email protected]> Mon, 24 Aug 2015 22:54:18 +0200
| Newsgroups | gmane.comp.python.ipython.user |
|---|---|
| Message-ID | <CAAeSrGLKnBW_46Zctfscms66yPL7SzKCVcVWRZ2uGc3NykQx-w@mail.gmail.com> |
--===============0510754601==
Content-Type: multipart/alternative; boundary=047d7b2e11e73b3e62051e14d2f8
--047d7b2e11e73b3e62051e14d2f8
Content-Type: text/plain; charset=UTF-8
I'm able to run IPython 4.0 inside the qtconsole. - However, when I try to
install the IPython HTML Notebook I receive the following errrors:
<Log>
PS C:\Users\Viktor> pip list
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
decorator (4.0.2)
ipykernel (4.0.3)
ipython (4.0.0)
ipython-genutils (0.1.0)
jupyter-client (4.0.0)
jupyter-core (4.0.4)
path.py (7.7)
pickleshare (0.5)
pip (6.0.8)
Pygments (2.0.2)
pyreadline (2.0)
pyzmq (14.7.0)
qtconsole (4.0.1)
setuptools (12.0.5)
simplegeneric (0.8.1)
traitlets (4.0.0)
PS C:\Users\Viktor> ipython qtconsole
[JupyterQtConsoleApp] shutdown: {'restart': False, 'status': 'ok'}
PS C:\Users\Viktor> pip install "ipython[notebook]"
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
Requirement already satisfied (use --upgrade to upgrade): ipython[notebook]
in c:\python34\lib\site-packages
Requirement already satisfied (use --upgrade to upgrade): traitlets in
c:\python34\lib\site-packages (from ipython[notebook])
Requirement already satisfied (use --upgrade to upgrade): decorator in
c:\python34\lib\site-packages (from ipython[notebook])
Requirement already satisfied (use --upgrade to upgrade): pickleshare in
c:\python34\lib\site-packages (from ipython[notebook])
Requirement already satisfied (use --upgrade to upgrade): simplegeneric>0.8
in c:\python34\lib\site-packages (from ipython[notebook])
Collecting notebook (from ipython[notebook])
Using cached notebook-4.0.4-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): ipython-genutils
in c:\python34\lib\site-packages (from traitlets->ipython[notebook])
Requirement already satisfied (use --upgrade to upgrade): path.py in
c:\python34\lib\site-packages (from pickleshare->ipython[notebook])
Collecting nbformat (from notebook->ipython[notebook])
Using cached nbformat-4.0.0-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): jupyter-client in
c:\python34\lib\site-packages (from notebook->ipython[notebook])
Collecting tornado>=4 (from notebook->ipython[notebook])
Using cached tornado-4.2.1.tar.gz
Requirement already satisfied (use --upgrade to upgrade): ipykernel in
c:\python34\lib\site-packages (from notebook->ipython[notebook])
Collecting jinja2 (from notebook->ipython[notebook])
Using cached Jinja2-2.8-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): jupyter-core in
c:\python34\lib\site-packages (from notebook->ipython[notebook])
Collecting nbconvert (from notebook->ipython[notebook])
Using cached nbconvert-4.0.0-py2.py3-none-any.whl
Collecting jsonschema!=2.5.0,>=2.0 (from
nbformat->notebook->ipython[notebook])
Using cached jsonschema-2.5.1-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): pyzmq>=13 in
c:\python34\lib\site-packages (from
jupyter-client->notebook->ipython[notebook])
Collecting MarkupSafe (from jinja2->notebook->ipython[notebook])
Using cached MarkupSafe-0.23.tar.gz
Collecting mistune!=0.6 (from nbconvert->notebook->ipython[notebook])
Using cached mistune-0.7.1-py2.py3-none-any.whl
Requirement already satisfied (use --upgrade to upgrade): pygments in
c:\python34\lib\site-packages (from nbconvert->notebook->ipython[notebook])
Installing collected packages: mistune, MarkupSafe, jsonschema, nbconvert,
jinja2, tornado, nbformat, notebook
Running setup.py install for MarkupSafe
building 'markupsafe._speedups' extension
==========================================================================
WARNING: The C extension could not be compiled, speedups are not
enabled.
Failure information, if any, is above.
Retrying the build without the C extension now.
==========================================================================
WARNING: The C extension could not be compiled, speedups are not
enabled.
Plain-Python installation succeeded.
==========================================================================
Running setup.py install for tornado
building 'tornado.speedups' extension
Microsoft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).
C:\Users\Viktor\AppData\Local\Temp\pip-build-en5dg160\tornado\setup.py:94:
UserWarning:
********************************************************************
WARNING: The tornado.speedups extension module could not
be compiled. No C extensions are essential for Tornado to run,
although they do result in significant speed improvements for
websockets.
The output above this warning shows how the compilation failed.
Here are some hints for popular operating systems:
If you are seeing this message on Linux you probably need to
install GCC and/or the Python development package for your
version of Python.
Debian and Ubuntu users should issue the following command:
$ sudo apt-get install build-essential python-dev
RedHat, CentOS, and Fedora users should issue the following command:
$ sudo yum install gcc python-devel
If you are seeing this message on OSX please read the documentation
here:
http://api.mongodb.org/python/current/installation.html#osx
********************************************************************
"The output above "
Successfully installed MarkupSafe-0.23 jinja2-2.8 jsonschema-2.5.1
mistune-0.7.1 nbconvert-4.0.0 nbformat-4.0.0 notebook-4.0.4 tornado-4.2.1
PS C:\Users\Viktor> pip list
You are using pip version 6.0.8, however version 7.1.2 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.
decorator (4.0.2)
ipykernel (4.0.3)
ipython (4.0.0)
ipython-genutils (0.1.0)
Jinja2 (2.8)
jsonschema (2.5.1)
jupyter-client (4.0.0)
jupyter-core (4.0.4)
MarkupSafe (0.23)
mistune (0.7.1)
nbconvert (4.0.0)
nbformat (4.0.0)
notebook (4.0.4)
path.py (7.7)
pickleshare (0.5)
pip (6.0.8)
Pygments (2.0.2)
pyreadline (2.0)
pyzmq (14.7.0)
qtconsole (4.0.1)
setuptools (12.0.5)
simplegeneric (0.8.1)
tornado (4.2.1)
traitlets (4.0.0)
PS C:\Users\Viktor>
</Log>
Any ideas about this issue?
With kind regards,
Viktor
--047d7b2e11e73b3e62051e14d2f8
Content-Type: text/html; charset=UTF-8
Content-Transfer-Encoding: quoted-printable
<div dir=3D"ltr"><div><div><div><div><div><div>I'm able to run IPython =
4.0 inside the qtconsole. - However, when I try to install the IPython HTML=
Notebook I receive the following errrors:<br></div><br></div><Log><b=
r><br>PS C:\Users\Viktor> pip list<br>You are using pip version 6.0.8, h=
owever version 7.1.2 is available.<br>You should consider upgrading via the=
'pip install --upgrade pip' command.<br>decorator (4.0.2)<br>ipyke=
rnel (4.0.3)<br>ipython (4.0.0)<br>ipython-genutils (0.1.0)<br>jupyter-clie=
nt (4.0.0)<br>jupyter-core (4.0.4)<br>path.py (7.7)<br>pickleshare (0.5)<br=
>pip (6.0.8)<br>Pygments (2.0.2)<br>pyreadline (2.0)<br>pyzmq (14.7.0)<br>q=
tconsole (4.0.1)<br>setuptools (12.0.5)<br>simplegeneric (0.8.1)<br>traitle=
ts (4.0.0)<br>PS C:\Users\Viktor> ipython qtconsole<br>[JupyterQtConsole=
App] shutdown: {'restart': False, 'status': 'ok'}<b=
r>PS C:\Users\Viktor> pip install "ipython[notebook]"<br>You a=
re using pip version 6.0.8, however version 7.1.2 is available.<br>You shou=
ld consider upgrading via the 'pip install --upgrade pip' command.<=
br>Requirement already satisfied (use --upgrade to upgrade): ipython[notebo=
ok] in c:\python34\lib\site-packages<br>Requirement already satisfied (use =
--upgrade to upgrade): traitlets in c:\python34\lib\site-packages (from ipy=
thon[notebook])<br>Requirement already satisfied (use --upgrade to upgrade)=
: decorator in c:\python34\lib\site-packages (from ipython[notebook])<br>Re=
quirement already satisfied (use --upgrade to upgrade): pickleshare in c:\p=
ython34\lib\site-packages (from ipython[notebook])<br>Requirement already s=
atisfied (use --upgrade to upgrade): simplegeneric>0.8 in c:\python34\li=
b\site-packages (from ipython[notebook])<br>Collecting notebook (from ipyth=
on[notebook])<br>=C2=A0 Using cached notebook-4.0.4-py2.py3-none-any.whl<br=
>Requirement already satisfied (use --upgrade to upgrade): ipython-genutils=
in c:\python34\lib\site-packages (from traitlets->ipython[notebook])<br=
>Requirement already satisfied (use --upgrade to upgrade): path.py in c:\py=
thon34\lib\site-packages (from pickleshare->ipython[notebook])<br>Collec=
ting nbformat (from notebook->ipython[notebook])<br>=C2=A0 Using cached =
nbformat-4.0.0-py2.py3-none-any.whl<br>Requirement already satisfied (use -=
-upgrade to upgrade): jupyter-client in c:\python34\lib\site-packages (from=
notebook->ipython[notebook])<br>Collecting tornado>=3D4 (from notebo=
ok->ipython[notebook])<br>=C2=A0 Using cached tornado-4.2.1.tar.gz<br>Re=
quirement already satisfied (use --upgrade to upgrade): ipykernel in c:\pyt=
hon34\lib\site-packages (from notebook->ipython[notebook])<br>Collecting=
jinja2 (from notebook->ipython[notebook])<br>=C2=A0 Using cached Jinja2=
-2.8-py2.py3-none-any.whl<br>Requirement already satisfied (use --upgrade t=
o upgrade): jupyter-core in c:\python34\lib\site-packages (from notebook-&g=
t;ipython[notebook])<br>Collecting nbconvert (from notebook->ipython[not=
ebook])<br>=C2=A0 Using cached nbconvert-4.0.0-py2.py3-none-any.whl<br>Coll=
ecting jsonschema!=3D2.5.0,>=3D2.0 (from nbformat->notebook->ipyth=
on[notebook])<br>=C2=A0 Using cached jsonschema-2.5.1-py2.py3-none-any.whl<=
br>Requirement already satisfied (use --upgrade to upgrade): pyzmq>=3D13=
in c:\python34\lib\site-packages (from jupyter-client->notebook->ipy=
thon[notebook])<br>Collecting MarkupSafe (from jinja2->notebook->ipyt=
hon[notebook])<br>=C2=A0 Using cached MarkupSafe-0.23.tar.gz<br>Collecting =
mistune!=3D0.6 (from nbconvert->notebook->ipython[notebook])<br>=C2=
=A0 Using cached mistune-0.7.1-py2.py3-none-any.whl<br>Requirement already =
satisfied (use --upgrade to upgrade): pygments in c:\python34\lib\site-pack=
ages (from nbconvert->notebook->ipython[notebook])<br>Installing coll=
ected packages: mistune, MarkupSafe, jsonschema, nbconvert, jinja2, tornado=
, nbformat, notebook<br><br>=C2=A0 Running setup.py install for MarkupSafe<=
br>=C2=A0=C2=A0=C2=A0 building 'markupsafe._speedups' extension<br>=
=C2=A0=C2=A0=C2=A0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D<br>=C2=A0=C2=A0=C2=A0 WARNING: The C extension could not=
be compiled, speedups are not enabled.<br>=C2=A0=C2=A0=C2=A0 Failure infor=
mation, if any, is above.<br>=C2=A0=C2=A0=C2=A0 Retrying the build without =
the C extension now.<br>=C2=A0=C2=A0=C2=A0 =3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br>=C2=A0=C2=A0=C2=A0 WARNING: T=
he C extension could not be compiled, speedups are not enabled.<br>=C2=A0=
=C2=A0=C2=A0 Plain-Python installation succeeded.<br>=C2=A0=C2=A0=C2=A0 =3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=
=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D=3D<br><b=
r><br><br>=C2=A0 Running setup.py install for tornado<br>=C2=A0=C2=A0=C2=A0=
building 'tornado.speedups' extension<br>=C2=A0=C2=A0=C2=A0 Micros=
oft Visual C++ 10.0 is required (Unable to find vcvarsall.bat).<br>=C2=A0=
=C2=A0=C2=A0 C:\Users\Viktor\AppData\Local\Temp\pip-build-en5dg160\tornado\=
setup.py:94: UserWarning:<br>=C2=A0=C2=A0=C2=A0 ***************************=
*****************************************<br>=C2=A0=C2=A0=C2=A0 WARNING: Th=
e tornado.speedups extension module could not<br>=C2=A0=C2=A0=C2=A0 be comp=
iled. No C extensions are essential for Tornado to run,<br>=C2=A0=C2=A0=C2=
=A0 although they do result in significant speed improvements for<br>=C2=A0=
=C2=A0=C2=A0 websockets.<br>=C2=A0=C2=A0=C2=A0 The output above this warnin=
g shows how the compilation failed.<br>=C2=A0=C2=A0=C2=A0 Here are some hin=
ts for popular operating systems:<br>=C2=A0=C2=A0=C2=A0 If you are seeing t=
his message on Linux you probably need to<br>=C2=A0=C2=A0=C2=A0 install GCC=
and/or the Python development package for your<br>=C2=A0=C2=A0=C2=A0 versi=
on of Python.<br>=C2=A0=C2=A0=C2=A0 Debian and Ubuntu users should issue th=
e following command:<br>=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ sudo a=
pt-get install build-essential python-dev<br>=C2=A0=C2=A0=C2=A0 RedHat, Cen=
tOS, and Fedora users should issue the following command:<br>=C2=A0=C2=A0=
=C2=A0=C2=A0=C2=A0=C2=A0=C2=A0 $ sudo yum install gcc python-devel<br>=C2=
=A0=C2=A0=C2=A0 If you are seeing this message on OSX please read the docum=
entation<br>=C2=A0=C2=A0=C2=A0 here:<br>=C2=A0=C2=A0=C2=A0 <a href=3D"http:=
//api.mongodb.org/python/current/installation.html#osx">http://api.mongodb.=
org/python/current/installation.html#osx</a><br>=C2=A0=C2=A0=C2=A0 ********=
************************************************************<br>=C2=A0=C2=
=A0=C2=A0=C2=A0=C2=A0 "The output above "<br><br><br>Successfully=
installed MarkupSafe-0.23 jinja2-2.8 jsonschema-2.5.1 mistune-0.7.1 nbconv=
ert-4.0.0 nbformat-4.0.0 notebook-4.0.4 tornado-4.2.1<br>PS C:\Users\Viktor=
> pip list<br>You are using pip version 6.0.8, however version 7.1.2 is =
available.<br>You should consider upgrading via the 'pip install --upgr=
ade pip' command.<br>decorator (4.0.2)<br>ipykernel (4.0.3)<br>ipython =
(4.0.0)<br>ipython-genutils (0.1.0)<br>Jinja2 (2.8)<br>jsonschema (2.5.1)<b=
r>jupyter-client (4.0.0)<br>jupyter-core (4.0.4)<br>MarkupSafe (0.23)<br>mi=
stune (0.7.1)<br>nbconvert (4.0.0)<br>nbformat (4.0.0)<br>notebook (4.0.4)<=
br>path.py (7.7)<br>pickleshare (0.5)<br>pip (6.0.8)<br>Pygments (2.0.2)<br=
>pyreadline (2.0)<br>pyzmq (14.7.0)<br>qtconsole (4.0.1)<br>setuptools (12.=
0.5)<br>simplegeneric (0.8.1)<br>tornado (4.2.1)<br>traitlets (4.0.0)<br>PS=
C:\Users\Viktor><br><br></div></Log><br><br></div>Any ideas about=
this issue?<br><br></div>With kind regards,<br><br></div>Viktor<br><br></d=
iv>
--047d7b2e11e73b3e62051e14d2f8--
--===============0510754601==
Content-Type: text/plain; charset="us-ascii"
MIME-Version: 1.0
Content-Transfer-Encoding: 7bit
Content-Disposition: inline
_______________________________________________
IPython-User mailing list
[email protected]
http://mail.scipy.org/mailman/listinfo/ipython-user
--===============0510754601==--