We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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')])")))
The text was updated successfully, but these errors were encountered:
I am also receiving the same error. Could we somehow access whatever is hosted on google drive without an HTTPSConnection?
Sorry, something went wrong.
No branches or pull requests
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')])")))
The text was updated successfully, but these errors were encountered: