thisbejim / Pyrebase

A simple python wrapper for the Firebase API.
2.05k stars 525 forks source link

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

Closed IGN-Styly closed 2 years ago

IGN-Styly commented 2 years ago

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.

IGN-Styly commented 2 years ago

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.