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

Error dm.data.process - SSLError #95

Open
LSTK10 opened this issue Mar 11, 2022 · 1 comment
Open

Error dm.data.process - SSLError #95

LSTK10 opened this issue Mar 11, 2022 · 1 comment

Comments

@LSTK10
Copy link

LSTK10 commented Mar 11, 2022

running into following error when executing the following command:

train, validation, test = dm.data.process(
path='C:/Users/userX/folderX/JupyterLab/Data',
train='dm_train.csv',
validation='dm_validation.csv',
test='dm_test.csv')

Error:

SSLError: HTTPSConnectionPool(host='drive.google.com', port=443): Max retries exceeded with url: /uc?export=download&id=1Vih8gAmgBnuYDxfblbT94P6WjB7s1ZSh (Caused by SSLError(SSLError("bad handshake: Error([('SSL routines', 'tls_process_server_certificate', 'certificate verify failed')])")))

@glitt13
Copy link

glitt13 commented Feb 7, 2023

I am also receiving the same error. Could we somehow access whatever is hosted on google drive without an HTTPSConnection?

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