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

SSL Certification Error #74

Closed
syhgorath opened this issue May 25, 2018 · 2 comments
Closed

SSL Certification Error #74

syhgorath opened this issue May 25, 2018 · 2 comments

Comments

@syhgorath
Copy link

İ am using Pardus maybe because of this but error at blow;
File "/usr/local/lib/python3.5/dist-packages/spacy/compat.py", line 82, in url_read
file_ = url_open(url)
File "/usr/lib/python3.5/urllib/request.py", line 163, in urlopen
return opener.open(url, data, timeout)
File "/usr/lib/python3.5/urllib/request.py", line 466, in open
response = self._open(req, data)
File "/usr/lib/python3.5/urllib/request.py", line 484, in _open
'_open', req)
File "/usr/lib/python3.5/urllib/request.py", line 444, in _call_chain
result = func(*args)
File "/usr/lib/python3.5/urllib/request.py", line 1297, in https_open
context=self._context, check_hostname=self._check_hostname)
File "/usr/lib/python3.5/urllib/request.py", line 1256, in do_open
raise URLError(err)
urllib.error.URLError: <urlopen error [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed (_ssl.c:720)>
dpkg: dragonfire paketi işlenirken sorun yaşandı (--configure):
alt süreç post-installation betiği kuruldu 1 çıkış kodu ile sona erdi
İşleme sırasında hatalarla karşılaşıldı:
dragonfire
E: Sub-process /usr/bin/dpkg returned an error code (1)
thank you very much

@syhgorath
Copy link
Author

Same Thing when i try to install via install.sh :(

@mertyildiran
Copy link
Member

@syhgorath are you able to install spaCy with pip3 install spacy?

I would try this Stack Overflow answer first. Seems like pip3 is somewhat broken on your system.

If it's happening on python3 -m spacy download en step then this is the location that you should seek for an answer.

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

No branches or pull requests

2 participants