tensorflow / tensorflow/datasets

VCTK dataset SSL Error - no local directories

Open
#3,128 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
Python
Stars
4.6k
Forks
1.6k
Avg merge
3h 54m
Merged PRs (30d)
1

Description

I am new to tensorflow and am making use of the VCTK dataset. However while loading the dataset I get the error as -

  • SSLError: HTTPSConnectionPool(host='datashare.ed.ac.uk', port=443): Max retries exceeded with url: /bitstream/handle/10283/3443/VCTK-Corpus-0.92.zip (Caused by SSLError(SSLCertVerificationError(1, '[SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1125)'))) *

There is no problem while loading the dataset MNIST. I have also tried reinstalling the CERTIFI package again and also setting the SSL_VERIFY as false.

Note - I am using an environment in anaconda with Windows 10 OS.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

No repository file, test, or entry point is named. Start by reproducing VCTK loading on the reported Anaconda and Windows 10 setup, compare it with MNIST loading, and trace the HTTPS download path for datashare.ed.ac.uk. Done means the VCTK dataset loads without the reported certificate error, with a regression test or documented environment limitation if the repository supports one.

Written by the indexing model from the issue text.

Assessment

Tech stack
anaconda, python, tensorflow
Domain
data, machine-learning
Issue type
Bug
Difficulty
4/5
Estimated time
3-5 days
Activity status
Stale
Clarity
Needs clarification
Newbie friendliness
25/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.