2025-11-01から1ヶ月間の記事一覧
内部的には、requests for python を利用していますので、 一時的に python3.11/Lib/site-packages/huggingface_hub/utils/_http.py の 306行目にある以下に verify=False を加えることで回避できます。 OLD) response = session.request(method=method, url…
proxy配下にあるwindows環境で、embeddable python (portable版 python) に対し、 get-pip.py により、pip コマンドの install を試みたところ、以下のエラー。 ( get-pip.py に対しては --trusted-host pypi.python.org --trusted-host files.pythonhosted.…