Apixuclient has no attribute getcurrent

I am using rasa 1.0.9. Following the tutorial of weatherbot on youtube. When I install apixu from git the requests package is not compatible with rasa. I get the error: rasa 1.0.9 has requirement requests~=2.22, but you’ll have requests 2.21.0 which is incompatible. I downgraded requests to 2.21.0 and now when I run rasa shell I get the error: AttributeError: ‘ApixuClient’ object has no attribute ‘getcurrent’ Please help.

The problem is that the tutorial is very old, and the ApixuClient has changed. Replace getcurrent with current. Check the project page, in case some other thing has changed.