ansonb / RECON

This is the code for the paper 'RECON: Relation Extraction using Knowledge Graph Context in a Graph Neural Network'.
MIT License
38 stars 11 forks source link

ImportError: cannot import name 'logger' from 'joblib' #6

Closed ZMD177 closed 2 years ago

ZMD177 commented 3 years ago

Is it a problem with the scikit-learn version? If it is which version should be downloaded

ansonb commented 2 years ago

Hi,

I'm not able to reproduce this error. Not sure why you are facing this...maybe some more info could help. If the error is due to something like "from joblib import logger" which you have used, joblib version 1.0.1 may work.

I may upload the requirements.txt file for all dependencies.

Thanks