Skip to content
This repository has been archived by the owner on Apr 6, 2018. It is now read-only.

Installation stops while installing pillow #47

Closed
hiteshvaidya opened this issue Dec 9, 2016 · 1 comment
Closed

Installation stops while installing pillow #47

hiteshvaidya opened this issue Dec 9, 2016 · 1 comment

Comments

@hiteshvaidya
Copy link

I am using bash on windows. The new feature which gives native ubuntu bash on windows. For further information on it you may refer to the link - https://msdn.microsoft.com/commandline/wsl/about

I typed the command, pip install -e . as given in README and the installation started. In the middle of it during installation of pillow, it gave an error. The exact terminal output is as follows,

Downloading/unpacking Pillow (from universe==0.20.4)
Downloading Pillow-3.4.2.tar.gz (10.8MB): 7.8MB downloaded
Cleaning up...
Exception:
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
status = self.run(options, args)
File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1198, in prepare_files
do_download,
File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1376, in unpack_url
self.session,
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 572, in unpack_http_url
download_hash = _download_url(resp, link, temp_location)
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 433, in _download_url
for chunk in resp_read(4096):
File "/usr/lib/python2.7/dist-packages/pip/download.py", line 421, in resp_read
chunk_size, decode_content=False):
File "/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/response.py", line 225, in stream
data = self.read(amt=amt, decode_content=decode_content)
File "/usr/share/python-wheels/urllib3-1.7.1-py2.py3-none-any.whl/urllib3/response.py", line 174, in read
data = self._fp.read(amt)
File "/usr/lib/python2.7/httplib.py", line 602, in read
s = self.fp.read(amt)
File "/usr/lib/python2.7/socket.py", line 380, in read
data = self._sock.recv(left)
File "/usr/lib/python2.7/ssl.py", line 341, in recv
return self.read(buflen)
File "/usr/lib/python2.7/ssl.py", line 260, in read
return self._sslobj.read(len)
SSLError: The read operation timed out

Storing debug log for failure in /home/vaidyalabs/.pip/pip.log


For information in detail, please refer to an issues created by me on WSL's github repo, microsoft/WSL#1483
Please tell me what went wrong and what steps must be taken.

crizCraig pushed a commit that referenced this issue Dec 10, 2016
@tlbtlbtlb
Copy link
Contributor

Closing as not part of universe (seems like a problem in Windows/bash/PIP)

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants