-
Notifications
You must be signed in to change notification settings - Fork 78
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
pycurl.error: (35, 'Unknown SSL protocol error) #143
Comments
Hi @xieexiaotuzi. Thanks again for trying wptools. I deleted my previous comment because I misunderstood the problem. It's working for me, so I think you may be blocked from accessing |
Please look into these tools:
You may learn something from this command too:
You can use https://brew.sh/ to install these packages on Mac OS. |
@siznax I know some territory Wikipedia is blocked (like China and Iran) |
@lisongx Thanks for your answer. I try to access from U.S. using vpn and failed too. So any ideas? Thanks. |
@JianyuZhao7 |
ERROR: Command errored out with exit status 1:
ERROR: Command errored out with exit status 1: python setup.py egg_info Check the logs for full command output. got this error trying to install |
if you are using Mac with High Serria try this: install wptools again than see still you are getting this error. |
@naspuka @asifkhan69 this issue is about a pycurl error, not about pycurl installation. Please see #68 to resolve pycurl setup issues, usually related to SSL library paths. |
I am in China and I met the same problem. Wikipedia is blocked in China so I used VPN. At first, I wrote |
Hi, when I run
"infobox = wptools.page('Nexus Q').get_parse().data['infobox']"
I always get the error
"pycurl.error: (35, 'Unknown SSL protocol error in connection to en.wikipedia.org:443 ')"
In detail,
Traceback (most recent call last):
File "", line 1, in
File "//anaconda/lib/python2.7/site-packages/wptools/page.py", line 521, in get
self.get_query(False, proxy, timeout)
File "//anaconda/lib/python2.7/site-packages/wptools/page.py", line 638, in get_query
self._get('query', show, proxy, timeout)
File "//anaconda/lib/python2.7/site-packages/wptools/core.py", line 175, in _get
response = req.get(qstr, qobj.status)
File "//anaconda/lib/python2.7/site-packages/wptools/request.py", line 76, in get
return self.curl_perform(crl)
File "//anaconda/lib/python2.7/site-packages/wptools/request.py", line 84, in curl_perform
crl.perform()
pycurl.error: (35, 'Unknown SSL protocol error in connection to en.wikipedia.org:443 ')
My wptools version is 0.4.17 and on Mac. Could anyone help me thanks a lot.
The text was updated successfully, but these errors were encountered: