Matminer can't retrieve materials project database

I want to retrieve data from MP via matminer but I can’t due to the new version of MP. In this case “get…” method can not be used to retrieve the data. it suggests to use ssummary.search()" method, but this does not work in the matminer. How can I solve this problem?

You can post an issue to the matminer Github page to help escalate, but for the moment you may need to manually retrieve data from MP as we don’t have a fix ready yet

You can retrieve data using MPRester along with summary.search() method.