環境
Windows10
Python 3.10.1
pipインストールリスト
C:\python>pip list
Package Version
beautifulsoup4 4.10.0
certifi 2021.10.8
charset-normalizer 2.0.9
idna 3.3
pip 21.3.1
requests 2.26.0
setuptools 58.1.0
soupsieve 2.3.1
urllib3 1.26.7
実行すると・・・
C:\python>pip install lxml
Collecting lxml
Downloading lxml-4.7.1-cp310-cp310-win_amd64.whl (3.7 MB)
|???????????? | 1.4 MB 97 kB/s eta 0:00:24 ERROR: Exception:
Traceback (most recent call last):
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\urllib3\response.py", line 438, in _error_catcher
yield
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\urllib3\response.py", line 519, in read
data = self._fp.read(amt) if not fp_closed else b""
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\site-packages\pip_vendor\cachecontrol\filewrapper.py", line 62, in read
data = self.__fp.read(amt)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\http\client.py", line 465, in read
s = self.fp.read(amt)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\socket.py", line 705, in readinto
return self._sock.recv_into(b)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1273, in recv_into
return self.read(nbytes, buffer)
File "C:\Users\AppData\Local\Programs\Python\Python310\lib\ssl.py", line 1129, in read
return self._sslobj.read(len, buffer)
TimeoutError: The read operation timed out
During handling of the above exception, another exception occurred:
調べたこと
lxmlはpythonのバージョンによって内容が異なるので、python3.10.1用のlxmlが必要。
しかし、現時点でない・・のでしょうか。
回答1件
あなたの回答
tips
プレビュー
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。
2022/01/04 03:48