Python 初心者です。
VersionはPython 3.8.8です。
requestsのライブラリをInstallしたいのですが、
pin install reqestsのコマンドでは プロキシエラー・Timeoutを起こすため、
必要なファイルをローカルのフォルダににダウンロードし、
pip installを行う方法を試していますが、うまくいきません。
具体的には
C:\Users\UserName\Documents\requests_src
ファルダに
requests-2.25.1.tar.tar
urllib3-1.26.4.tar.tar
idna-3.1.tar.tar
certifi-2020.12.5.tar.tar
chardet-4.0.0.tar.tar
保存
コントロールパネルで
C:\Users\UserName\Documents>pip install --no-index --find-links=requests_src requests
を指定
結果
Looking in links: requests_src
ERROR: Could not find a version that satisfies the requirement requests (from versions: none)
ERROR: No matching distribution found for request
原因についてご教示いただけますでしょうか。
ちなみにopenpyxlは同様の方法でInstallできました。
回答1件
あなたの回答
tips
プレビュー