thisbejim / Pyrebase

A simple python wrapper for the Firebase API.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not updated pkg causes error : Module 'collections' has no attribute 'MutableMapping' (FIX)

IGN-Styly opened this issue · comments

commented

Module 'collections' has no attribute 'MutableMapping'
so a module updated and pyrebase needs to update how it uses it it changed the name so not much to change.
im searching for a fix and what is wrong.
appears to be only for linux.

commented

found a fix for linux :
pip list --outdated --format=freeze | grep -v '^\-e' | cut -d = -f 1 | xargs -n1 pip install -U
it just updates all some other pkg is the cause further investigation is required but for now this is a good fix, and if pip is not working which on my case it did not work install pip manually following PIP install for now this is a good fix. definitely needs more investigation and a fix.