Closed IGN-Styly closed 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.
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.