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

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

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

Python 3はPythonプログラミング言語の最新バージョンであり、2008年12月3日にリリースされました。

Q&A

0回答

7984閲覧

pyinstallerのインストールエラーについて

kuusan

総合スコア13

Python 3.x

Python 3はPythonプログラミング言語の最新バージョンであり、2008年12月3日にリリースされました。

0グッド

0クリップ

投稿2018/07/06 05:09

前提・実現したいこと

実現したいこと
pyinstallerのインストール

経緯
以前pyinstallerをanacondaにてインストールしておりましたが、調子が悪くなった為一旦アンインストール致しました。
その後再インストールを試みるもどうもうまくいかない状況です。
(アンインストール方法はpip uninstall Pyinstallerにてanacondaのプロンプトにて行いました。)
詳しい方おられましたらご教示願います。

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

インストール方法はプロキシの問題もあり、PyPIから直接DLして
pip install PyInstaller-3.3.1.tar.gzにてインストールを行っています。
(この方法で他のpipはイントール確認済みです。)

該当のソースコード

下記はエラーメッセージです。

(base) C:\Users\A\AppData\Local\Continuum\anaconda3\pkgs>pip install PyInst
aller-3.3.1.tar.gz
Processing c:\users\A\appdata\local\continuum\anaconda3\pkgs\pyinstaller-3.
3.1.tar.gz
Requirement already satisfied: setuptools in c:\users\A\appdata\local\conti
nuum\anaconda3\lib\site-packages (from PyInstaller==3.3.1)
Collecting pefile>=2017.8.1 (from PyInstaller==3.3.1)
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None))
after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x03A5D130>: Failed to establish a new connec
tion: [Errno 11004] getaddrinfo failed',)': /simple/pefile/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None))
after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x03A5D550>: Failed to establish a new connec
tion: [Errno 11004] getaddrinfo failed',)': /simple/pefile/
Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None))
after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x03A5D5B0>: Failed to establish a new connec
tion: [Errno 11004] getaddrinfo failed',)': /simple/pefile/
Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None))
after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x03A5D650>: Failed to establish a new connec
tion: [Errno 11004] getaddrinfo failed',)': /simple/pefile/
Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None))
after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection
.VerifiedHTTPSConnection object at 0x03A5D250>: Failed to establish a new connec
tion: [Errno 11004] getaddrinfo failed',)': /simple/pefile/
Could not find a version that satisfies the requirement pefile>=2017.8.1 (from
PyInstaller==3.3.1) (from versions: )
No matching distribution found for pefile>=2017.8.1 (from PyInstaller==3.3.1)

試したこと

anacondaの再インストール。
anacondaプロンプトにてpip list確認(見当たらず)

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

Windows7 32bit
python 3.6
anaconda 3(32bit)
pyinstaller 3.3.1

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

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

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

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

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

guest

あなたの回答

tips

太字

斜体

打ち消し線

見出し

引用テキストの挿入

コードの挿入

リンクの挿入

リストの挿入

番号リストの挿入

表の挿入

水平線の挿入

プレビュー

まだ回答がついていません

会員登録して回答してみよう

アカウントをお持ちの方は

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

ただいまの回答率
85.48%

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

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

質問する

関連した質問