Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unable to Install pyvex #30

Closed
NaveenBoggarapu opened this issue Feb 16, 2016 · 3 comments
Closed

Unable to Install pyvex #30

NaveenBoggarapu opened this issue Feb 16, 2016 · 3 comments

Comments

@NaveenBoggarapu
Copy link

Hi,

I am unable to install pyvex on my machine(ubuntu 14.04), I am using pip for installation, and this machine is behind a proxy.

Following is the error message.

`naveen@CRD:~$ sudo pip install --proxy=http://xxxxx:xxxxx@xxxxx:80 pyvex
Downloading/unpacking pyvex
Downloading pyvex-4.6.1.27.tar.gz (5.4MB): 5.4MB downloaded
Running setup.py (path:/tmp/pip_build_root/pyvex/setup.py) egg_info for package pyvex
Traceback (most recent call last):
File "", line 17, in
File "/tmp/pip_build_root/pyvex/setup.py", line 20, in
v.write(urllib2.urlopen(VEX_URL).read())
File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen
return _opener.open(url, data, timeout)
File "/usr/lib/python2.7/urllib2.py", line 404, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 422, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open
return self.do_open(httplib.HTTPSConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open
raise URLError(err)
urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>
Complete output from command python setup.py egg_info:
Traceback (most recent call last):

File "", line 17, in

File "/tmp/pip_build_root/pyvex/setup.py", line 20, in

v.write(urllib2.urlopen(VEX_URL).read())

File "/usr/lib/python2.7/urllib2.py", line 127, in urlopen

return _opener.open(url, data, timeout)

File "/usr/lib/python2.7/urllib2.py", line 404, in open

response = self._open(req, data)

File "/usr/lib/python2.7/urllib2.py", line 422, in _open

'_open', req)

File "/usr/lib/python2.7/urllib2.py", line 382, in _call_chain

result = func(*args)

File "/usr/lib/python2.7/urllib2.py", line 1222, in https_open

return self.do_open(httplib.HTTPSConnection, req)

File "/usr/lib/python2.7/urllib2.py", line 1184, in do_open

raise URLError(err)

urllib2.URLError: <urlopen error [Errno 104] Connection reset by peer>


Cleaning up...
Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/pyvex
Storing debug log for failure in /home/naveen/.pip/pip.log
`

@rhelmot
Copy link
Member

rhelmot commented Feb 16, 2016

@zardus looks like you gotta make the vex download use the proxy if one is provided...

@github-actions
Copy link
Contributor

This issue has been marked as stale because it has no recent activity. Please comment or add the pinned tag to prevent this issue from being closed.

@github-actions github-actions bot added the stale label May 27, 2022
@github-actions
Copy link
Contributor

github-actions bot commented Jun 4, 2022

This issue has been closed due to inactivity.

@github-actions github-actions bot closed this as completed Jun 4, 2022
shaymargolis pushed a commit to shaymargolis/pyvex that referenced this issue Jul 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants