質問をすることでしか得られない、回答やアドバイスがある。

15分調べてもわからないことは、質問しよう!

新規登録して質問してみよう
ただいま回答率
85.48%
Jupyter

Jupyter (旧IPython notebook)は、Notebook形式でドキュメント作成し、プログラムの記述・実行、その実行結果を記録するツールです。メモの作成や保存、共有、確認などもブラウザ上で行うことができます。

Python

Pythonは、コードの読みやすさが特徴的なプログラミング言語の1つです。 強い型付け、動的型付けに対応しており、後方互換性がないバージョン2系とバージョン3系が使用されています。 商用製品の開発にも無料で使用でき、OSだけでなく仮想環境にも対応。Unicodeによる文字列操作をサポートしているため、日本語処理も標準で可能です。

pip

pipとは、Pythonを用いて書かれているパッケージソフトのインストールや管理を行うためのパッケージマネジメントシステムです。pipを使う主なメリットは、コマンドラインインターフェースにて容易にPythonパッケージソフトをインストール可能だという点です。

Q&A

解決済

1回答

5253閲覧

pip install jupyter を実行したときのエラーの解決法が分かりません

prism_pudding

総合スコア7

Jupyter

Jupyter (旧IPython notebook)は、Notebook形式でドキュメント作成し、プログラムの記述・実行、その実行結果を記録するツールです。メモの作成や保存、共有、確認などもブラウザ上で行うことができます。

Python

Pythonは、コードの読みやすさが特徴的なプログラミング言語の1つです。 強い型付け、動的型付けに対応しており、後方互換性がないバージョン2系とバージョン3系が使用されています。 商用製品の開発にも無料で使用でき、OSだけでなく仮想環境にも対応。Unicodeによる文字列操作をサポートしているため、日本語処理も標準で可能です。

pip

pipとは、Pythonを用いて書かれているパッケージソフトのインストールや管理を行うためのパッケージマネジメントシステムです。pipを使う主なメリットは、コマンドラインインターフェースにて容易にPythonパッケージソフトをインストール可能だという点です。

0グッド

0クリップ

投稿2017/10/29 12:51

###前提・実現したいこと

Pythonの学習を始めたいと思い、標準のPython3をインストールしました。 Jupyter Notebookも使いたかったのでpip install jupyterをコマンドプロンプトで実行したところ、下記のエラーが表示されました。いったい何のことか分からず、解決のしようがありません。分かる方がいらっしゃいましたらご教授願います。

###発生している問題・エラーメッセージ

C:\Users\coo>pip install jupyter Collecting jupyter Using cached jupyter-1.0.0-py2.py3-none-any.whl Collecting notebook (from jupyter) Using cached notebook-5.2.0-py2.py3-none-any.whl Requirement already satisfied: nbconvert in c:\users\coo\appdata\local\programs\ python\python37-32\lib\site-packages (from jupyter) Collecting qtconsole (from jupyter) Using cached qtconsole-4.3.1-py2.py3-none-any.whl Collecting jupyter-console (from jupyter) Using cached jupyter_console-5.2.0-py2.py3-none-any.whl Collecting ipywidgets (from jupyter) Using cached ipywidgets-7.0.3-py2.py3-none-any.whl Collecting ipykernel (from jupyter) Using cached ipykernel-4.6.1-py3-none-any.whl Requirement already satisfied: jupyter-core in c:\users\coo\appdata\local\progra ms\python\python37-32\lib\site-packages (from notebook->jupyter) Requirement already satisfied: traitlets>=4.2.1 in c:\users\coo\appdata\local\pr ograms\python\python37-32\lib\site-packages (from notebook->jupyter) Requirement already satisfied: ipython-genutils in c:\users\coo\appdata\local\pr ograms\python\python37-32\lib\site-packages (from notebook->jupyter) Requirement already satisfied: jinja2 in c:\users\coo\appdata\local\programs\pyt hon\python37-32\lib\site-packages (from notebook->jupyter) Collecting jupyter-client (from notebook->jupyter) Using cached jupyter_client-5.1.0-py2.py3-none-any.whl Requirement already satisfied: tornado>=4 in c:\users\coo\appdata\local\programs \python\python37-32\lib\site-packages (from notebook->jupyter) Requirement already satisfied: nbformat in c:\users\coo\appdata\local\programs\p ython\python37-32\lib\site-packages (from notebook->jupyter) Requirement already satisfied: entrypoints>=0.2.2 in c:\users\coo\appdata\local\ programs\python\python37-32\lib\site-packages (from nbconvert->jupyter) Requirement already satisfied: pandocfilters>=1.4.1 in c:\users\coo\appdata\loca l\programs\python\python37-32\lib\site-packages (from nbconvert->jupyter) Requirement already satisfied: pygments in c:\users\coo\appdata\local\programs\p ython\python37-32\lib\site-packages (from nbconvert->jupyter) Requirement already satisfied: testpath in c:\users\coo\appdata\local\programs\p ython\python37-32\lib\site-packages (from nbconvert->jupyter) Requirement already satisfied: mistune>=0.7.4 in c:\users\coo\appdata\local\prog rams\python\python37-32\lib\site-packages (from nbconvert->jupyter) Requirement already satisfied: bleach in c:\users\coo\appdata\local\programs\pyt hon\python37-32\lib\site-packages (from nbconvert->jupyter) Requirement already satisfied: prompt-toolkit<2.0.0,>=1.0.0 in c:\users\coo\appd ata\local\programs\python\python37-32\lib\site-packages (from jupyter-console->j upyter) Requirement already satisfied: ipython in c:\users\coo\appdata\local\programs\py thon\python37-32\lib\site-packages (from jupyter-console->jupyter) Collecting widgetsnbextension~=3.0.0 (from ipywidgets->jupyter) Using cached widgetsnbextension-3.0.6-py2.py3-none-any.whl Requirement already satisfied: decorator in c:\users\coo\appdata\local\programs\ python\python37-32\lib\site-packages (from traitlets>=4.2.1->notebook->jupyter) Requirement already satisfied: six in c:\users\coo\appdata\local\programs\python \python37-32\lib\site-packages (from traitlets>=4.2.1->notebook->jupyter) Requirement already satisfied: MarkupSafe>=0.23 in c:\users\coo\appdata\local\pr ograms\python\python37-32\lib\site-packages (from jinja2->notebook->jupyter) Requirement already satisfied: python-dateutil>=2.1 in c:\users\coo\appdata\loca l\programs\python\python37-32\lib\site-packages (from jupyter-client->notebook-> jupyter) Collecting pyzmq>=13 (from jupyter-client->notebook->jupyter) Using cached pyzmq-16.0.2.tar.gz Requirement already satisfied: jsonschema!=2.5.0,>=2.4 in c:\users\coo\appdata\l ocal\programs\python\python37-32\lib\site-packages (from nbformat->notebook->jup yter) Requirement already satisfied: html5lib!=1.0b1,!=1.0b2,!=1.0b3,!=1.0b4,!=1.0b5,! =1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre in c:\users\coo\appdata\local\programs\py thon\python37-32\lib\site-packages (from bleach->nbconvert->jupyter) Requirement already satisfied: wcwidth in c:\users\coo\appdata\local\programs\py thon\python37-32\lib\site-packages (from prompt-toolkit<2.0.0,>=1.0.0->jupyter-c onsole->jupyter) Requirement already satisfied: simplegeneric>0.8 in c:\users\coo\appdata\local\p rograms\python\python37-32\lib\site-packages (from ipython->jupyter-console->jup yter) Requirement already satisfied: jedi>=0.10 in c:\users\coo\appdata\local\programs \python\python37-32\lib\site-packages (from ipython->jupyter-console->jupyter) Requirement already satisfied: colorama; sys_platform == "win32" in c:\users\coo \appdata\local\programs\python\python37-32\lib\site-packages (from ipython->jupy ter-console->jupyter) Requirement already satisfied: pickleshare in c:\users\coo\appdata\local\program s\python\python37-32\lib\site-packages (from ipython->jupyter-console->jupyter) Requirement already satisfied: setuptools>=18.5 in c:\users\coo\appdata\local\pr ograms\python\python37-32\lib\site-packages (from ipython->jupyter-console->jupy ter) Requirement already satisfied: webencodings in c:\users\coo\appdata\local\progra ms\python\python37-32\lib\site-packages (from html5lib!=1.0b1,!=1.0b2,!=1.0b3,!= 1.0b4,!=1.0b5,!=1.0b6,!=1.0b7,!=1.0b8,>=0.99999999pre->bleach->nbconvert->jupyte r) Requirement already satisfied: parso==0.1.0 in c:\users\coo\appdata\local\progra ms\python\python37-32\lib\site-packages (from jedi>=0.10->ipython->jupyter-conso le->jupyter) Installing collected packages: pyzmq, jupyter-client, ipykernel, notebook, qtcon sole, jupyter-console, widgetsnbextension, ipywidgets, jupyter Running setup.py install for pyzmq ... error Complete output from command c:\users\coo\appdata\local\programs\python\pyth on37-32\python.exe -u -c "import setuptools, tokenize;__file__='C:\Users\coo\ AppData\Local\Temp\pip-build-sl345xw3\pyzmq\setup.py';f=getattr(tokenize, ' open', open)(__file__);code=f.read().replace('\r\n', '\n');f.close();exec(compil e(code, __file__, 'exec'))" install --record C:\Users\coo\AppData\Local\Temp\pip -j054q_hk-record\install-record.txt --single-version-externally-managed --compil e: --- Logging error --- Traceback (most recent call last): File "c:\users\coo\appdata\local\programs\python\python37-32\lib\logging\__ini t__.py", line 984, in emit stream.write(msg) File "c:\users\coo\appdata\local\programs\python\python37-32\lib\site-packages \pip\_vendor\colorama\ansitowin32.py", line 141, in write self.write_and_convert(text) File "c:\users\coo\appdata\local\programs\python\python37-32\lib\site-packages \pip\_vendor\colorama\ansitowin32.py", line 169, in write_and_convert self.write_plain_text(text, cursor, len(text)) File "c:\users\coo\appdata\local\programs\python\python37-32\lib\site-packages \pip\_vendor\colorama\ansitowin32.py", line 174, in write_plain_text self.wrapped.write(text[start:end])

###該当のソースコード

###試したこと
様々な条件で検索してみましたが、解決策にはたどり着きませんでした。

###補足情報(言語/FW/ツール等のバージョンなど)

気になる質問をクリップする

クリップした質問は、後からいつでもMYページで確認できます。

またクリップした質問に回答があった際、通知やメールを受け取ることができます。

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

guest

回答1

0

ベストアンサー

pythonの学習が目的であれば、python+各種ライブラリがパッケージされたAnacondaというソフトウェアを使用するとよいです。jupyter-notebookも含まれています。

投稿2017/10/29 21:45

tkmtmkt

総合スコア1800

バッドをするには、ログインかつ

こちらの条件を満たす必要があります。

prism_pudding

2017/10/30 04:02

回答ありがとうございます。 確かにAnacondaの方が便利だと思いますが、Anacondaのインストールに失敗して、今に至っていました。 今後はそちらの解決法を考えていきたいと思います。
guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

15分調べてもわからないことは
teratailで質問しよう!

ただいまの回答率
85.48%

質問をまとめることで
思考を整理して素早く解決

テンプレート機能で
簡単に質問をまとめる

質問する

関連した質問