AttributeError: type object 'requests_failed_to_import' has no attribute 'get'

I always run into such problems ‘AttributeError: type object ‘requests_failed_to_import’ has no attribute ‘get’ when load the built-in dataset in the dgl, anyone knows why? thanks!

Could you try pip install requests?

what a pity, it doesn’t work…

Could you try pip uninstall requests and conda install requests?

oh…so sorry, it works by doing ‘pip install requests’, i forgot to restart my kernel after installation. many thanks!