|
20鱼币
python3.5_32位 怎么装py2exe?有没有python3.5 64位的版本?
看了这个教程还是有点问题
/http://bbs.fishc.com/thread-60551-1-1.html
- C:\Users\Sun> pip install c:\py2exe‑0.9.2.2‑cp34‑nonewin_a.whl
- Requirement 'c:\\py2exe\u20110.9.2.2\u2011cp34\u2011nonewin_a.whl' looks like a filename, but the file does not exist
- py2exe\u20110.9.2.2\u2011cp34\u2011nonewin_a.whl is not a valid wheel filename.
- You are using pip version 8.1.1, however version 9.0.1 is available.
- You should consider upgrading via the 'python -m pip install --upgrade pip' command.
- C:\Users\Sun>python -m pip install --upgrade pip
- Retrying (Retry(total=4, connect=None, read=None, redirect=None)) after connection broken by 'ProtocolError('Connection aborted.', ConnectionResetError(10054, '远程主机强迫关闭了一个现有的连接。', None, 10054, None))': /simple/pip/
- Collecting pip
- Downloading pip-9.0.1-py2.py3-none-any.whl (1.3MB)
- 2% |▉ | 30kB 3.0kB/s eta 0:06:54Exception:
- Traceback (most recent call last):
- File "C:\Python\Python35-32\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 226, in _error_catcher
- yield
- File "C:\Python\Python35-32\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 301, in read
- data = self._fp.read(amt)
- File "C:\Python\Python35-32\lib\site-packages\pip\_vendor\cachecontrol\filewrapper.py", line 49, in read
- data = self.__fp.read(amt)
- File "C:\Python\Python35-32\lib\http\client.py", line 448, in read
- n = self.readinto(b)
- File "C:\Python\Python35-32\lib\http\client.py", line 488, in readinto
- n = self.fp.readinto(b)
- File "C:\Python\Python35-32\lib\socket.py", line 575, in readinto
- return self._sock.recv_into(b)
- File "C:\Python\Python35-32\lib\ssl.py", line 929, in recv_into
- return self.read(nbytes, buffer)
- File "C:\Python\Python35-32\lib\ssl.py", line 791, in read
- return self._sslobj.read(len, buffer)
- File "C:\Python\Python35-32\lib\ssl.py", line 575, in read
- v = 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 "C:\Python\Python35-32\lib\site-packages\pip\basecommand.py", line 209, in main
- status = self.run(options, args)
- File "C:\Python\Python35-32\lib\site-packages\pip\commands\install.py", line 299, in run
- requirement_set.prepare_files(finder)
- File "C:\Python\Python35-32\lib\site-packages\pip\req\req_set.py", line 360, in prepare_files
- ignore_dependencies=self.ignore_dependencies))
- File "C:\Python\Python35-32\lib\site-packages\pip\req\req_set.py", line 577, in _prepare_file
- session=self.session, hashes=hashes)
- File "C:\Python\Python35-32\lib\site-packages\pip\download.py", line 810, in unpack_url
- hashes=hashes
- File "C:\Python\Python35-32\lib\site-packages\pip\download.py", line 649, in unpack_http_url
- hashes)
- File "C:\Python\Python35-32\lib\site-packages\pip\download.py", line 871, in _download_http_url
- _download_url(resp, link, content_file, hashes)
- File "C:\Python\Python35-32\lib\site-packages\pip\download.py", line 595, in _download_url
- hashes.check_against_chunks(downloaded_chunks)
- File "C:\Python\Python35-32\lib\site-packages\pip\utils\hashes.py", line 46, in check_against_chunks
- for chunk in chunks:
- File "C:\Python\Python35-32\lib\site-packages\pip\download.py", line 563, in written_chunks
- for chunk in chunks:
- File "C:\Python\Python35-32\lib\site-packages\pip\utils\ui.py", line 139, in iter
- for x in it:
- File "C:\Python\Python35-32\lib\site-packages\pip\download.py", line 552, in resp_read
- decode_content=False):
- File "C:\Python\Python35-32\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 344, in stream
- data = self.read(amt=amt, decode_content=decode_content)
- File "C:\Python\Python35-32\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 311, in read
- flush_decoder = True
- File "C:\Python\Python35-32\lib\contextlib.py", line 77, in __exit__
- self.gen.throw(type, value, traceback)
- File "C:\Python\Python35-32\lib\site-packages\pip\_vendor\requests\packages\urllib3\response.py", line 231, in _error_catcher
- raise ReadTimeoutError(self._pool, None, 'Read timed out.')
- pip._vendor.requests.packages.urllib3.exceptions.ReadTimeoutError: HTTPSConnectionPool(host='pypi.python.org', port=443): Read timed out.
- You are using pip version 8.1.1, however version 9.0.1 is available.
- You should consider upgrading via the 'python -m pip install --upgrade pip' command.
复制代码 |
-
|