run –_broker_id 快期模拟 –_account_id szaa –_password xxxxxxxx
Collecting tqsdk
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=’pypi.org’, port=443): Read timed out. (read timeout=15)”)’: /simple/tqsdk/
Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=’pypi.org’, port=443): Read timed out. (read timeout=15)”)’: /simple/tqsdk/
Using cached https://files.pythonhosted.org/packages/ae/73/96ca60d397e054f7f94b3b306390ab200991798196d04ee2e4c6b6f0e195/tqsdk-1.2.1-py3-none-win_amd64.whl
Collecting numpy (from tqsdk)
Downloading https://files.pythonhosted.org/packages/34/40/c6eae19892551ff91bdb15f884fef2d42d6f58da55ab18fa540851b48a32/numpy-1.17.4-cp37-cp37m-win_amd64.whl (12.7MB)
1% |▌ | 174kB 15kB/s eta 0:13:03Exception:
Traceback (most recent call last):
File “D:\Python\Python37\lib\site-packages\pip\_vendor\urllib3\response.py”, line 360, in _error_catcher
yield
File “D:\Python\Python37\lib\site-packages\pip\_vendor\urllib3\response.py”, line 442, in read
data = self._fp.read(amt)
File “D:\Python\Python37\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py”, line 62, in read
data = self.__fp.read(amt)
File “D:\Python\Python37\lib\http\client.py”, line 447, in read
n = self.readinto(b)
File “D:\Python\Python37\lib\http\client.py”, line 491, in readinto
n = self.fp.readinto(b)
File “D:\Python\Python37\lib\socket.py”, line 589, in readinto
return self._sock.recv_into(b)
File “D:\Python\Python37\lib\ssl.py”, line 1052, in recv_into
return self.read(nbytes, buffer)
File “D:\Python\Python37\lib\ssl.py”, line 911, in read
return self._sslobj.read(len, buffer)
socket.timeout: The read operation timed out
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File “D:\Python\Python37\lib\site-packages\pip\_internal\cli\base_command.py”, line 179, in main
status = self.run(options, args)
File “D:\Python\Python37\lib\site-packages\pip\_internal\commands\install.py”, line 315, in run
resolver.resolve(requirement_set)
File “D:\Python\Python37\lib\site-packages\pip\_internal\resolve.py”, line 131, in resolve
self._resolve_one(requirement_set, req)
File “D:\Python\Python37\lib\site-packages\pip\_internal\resolve.py”, line 294, in _resolve_one
abstract_dist = self._get_abstract_dist_for(req_to_install)
File “D:\Python\Python37\lib\site-packages\pip\_internal\resolve.py”, line 242, in _get_abstract_dist_for
self.require_hashes
File “D:\Python\Python37\lib\site-packages\pip\_internal\operations\prepare.py”, line 334, in prepare_linked_requirement
progress_bar=self.progress_bar
File “D:\Python\Python37\lib\site-packages\pip\_internal\download.py”, line 878, in unpack_url
progress_bar=progress_bar
File “D:\Python\Python37\lib\site-packages\pip\_internal\download.py”, line 702, in unpack_http_url
progress_bar)
File “D:\Python\Python37\lib\site-packages\pip\_internal\download.py”, line 946, in _download_http_url
_download_url(resp, link, content_file, hashes, progress_bar)
File “D:\Python\Python37\lib\site-packages\pip\_internal\download.py”, line 639, in _download_url
hashes.check_against_chunks(downloaded_chunks)
File “D:\Python\Python37\lib\site-packages\pip\_internal\utils\hashes.py”, line 62, in check_against_chunks
for chunk in chunks:
File “D:\Python\Python37\lib\site-packages\pip\_internal\download.py”, line 607, in written_chunks
for chunk in chunks:
File “D:\Python\Python37\lib\site-packages\pip\_internal\utils\ui.py”, line 159, in iter
for x in it:
File “D:\Python\Python37\lib\site-packages\pip\_internal\download.py”, line 596, in resp_read
decode_content=False):
File “D:\Python\Python37\lib\site-packages\pip\_vendor\urllib3\response.py”, line 494, in stream
data = self.read(amt=amt, decode_content=decode_content)
File “D:\Python\Python37\lib\site-packages\pip\_vendor\urllib3\response.py”, line 459, in read
raise IncompleteRead(self._fp_bytes_read, self.length_remaining)
File “D:\Python\Python37\lib\contextlib.py”, line 130, in __exit__
self.gen.throw(type, value, traceback)
File “D:\Python\Python37\lib\site-packages\pip\_vendor\urllib3\response.py”, line 365, in _error_catcher
raise ReadTimeoutError(self._pool, None, ‘Read timed out.’)
pip._vendor.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host=’files.pythonhosted.org’, port=443): Read timed out.
你这个感觉看下来是tqsdk没下载成功?换一下国内源下载呢
Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection broken by ‘ReadTimeoutError(“HTTPSConnectionPool(host=’pypi.org’, port=443): Read timed out. (read timeout=15)”)’: /simple/websockets/
Downloading https://files.pythonhosted.org/packages/56/01/1f61610f1eb7f9a8e8fdc607a89dd2fae778e6e43290d7e153ebe724adb5/websockets-8.1-cp37-cp37m-win_amd64.whl (66kB)
100% |████████████████████████████████| 71kB 9.6kB/s
Collecting pandas>=0.24.0 (from tqsdk)
Downloading https://files.pythonhosted.org/packages/02/d0/1e8e60e61e748338e3a40e42f5dfeee63ccdecfc4f0894122b890bfb009a/pandas-0.25.3-cp37-cp37m-win_amd64.whl (9.2MB)
35% |███████████▌ | 3.3MB 11kB/s eta 0:08:17Exception:
Traceback (most recent call last):
File “D:PythonPython37libsite-packagespip_vendorurllib3response.py”, line 360, in _error_catcher
yield