anhaidgroup / deepmatcher

Python package for performing Entity and Text Matching using Deep Learning.
BSD 3-Clause "New" or "Revised" License
555 stars 129 forks source link

Error dm.data.process - SSLError #95

Open LSTK10 opened 2 years ago

LSTK10 commented 2 years ago

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 commented 1 year ago

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