I am using python 3.8 in spyder3
. I am getting an error while doing:
mp=MPRester('api key')
data = mp.query(criteria={}, properties=['task_id']) #this line raises error
The error is :
NameError: name '**IProgress**' is not defined.
During handling of the above exception, another exception occurred:
ImportError: **FloatProgress** not found. Please update jupyter and ipywidgets.
But I'm not working with Jupyter notebook and ipywidgets is updated. This problem doesn't happen while working in Google collab.