前提・実現したいこと
pythonを使ってエクセル内のスケジュールデータを読み込み、outlookカレンダーにいれたい
公式からのpythonダウンロード、及び環境構築完了後、pip から OpenPyXL、Numpy、pandasをインストールしようと試みるもの、以下のエラーメッセージが発生しました。どうすればここから先に進めるでしょうか。
発生している問題・エラーメッセージ
エラーメッセージ >> pip install OpenPyXL Collecting OpenPyXL Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection .VerifiedHTTPSConnection object at 0x0358CC30>: Failed to establish a new connec tion: [Errno 11004] getaddrinfo failed')': /simple/openpyxl/ Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection .VerifiedHTTPSConnection object at 0x0358C970>: Failed to establish a new connec tion: [Errno 11004] getaddrinfo failed')': /simple/openpyxl/ Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection .VerifiedHTTPSConnection object at 0x0358C9F0>: Failed to establish a new connec tion: [Errno 11004] getaddrinfo failed')': /simple/openpyxl/ Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection .VerifiedHTTPSConnection object at 0x035B53F0>: Failed to establish a new connec tion: [Errno 11004] getaddrinfo failed')': /simple/openpyxl/ Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'NewConnectionError('<pip._vendor.urllib3.connection .VerifiedHTTPSConnection object at 0x035B5230>: Failed to establish a new connec tion: [Errno 11004] getaddrinfo failed')': /simple/openpyxl/ Could not find a version that satisfies the requirement OpenPyXL (from version s: ) No matching distribution found for OpenPyXL >> ### 試したこと python の再ダウンロード

回答1件
あなたの回答
tips
プレビュー
下記のような回答は推奨されていません。
このような回答には修正を依頼しましょう。
また依頼した内容が修正された場合は、修正依頼を取り消すようにしましょう。
2019/02/22 02:19