qpython-android / qpython.org

QPython contributor & sugguestion & question homepage
http://qpython.org
58 stars 11 forks source link

Matplotlib from AIPY doesn't work #215

Open yuriiy23 opened 1 year ago

yuriiy23 commented 1 year ago

Hello there!

I was trying to setup matplotlib 2.2.3 from AIPY packages. The install looks had completed fine but attempt to plot something raise exception name MutableMapping not found. The issue happens because in python 3.11 this name was moved to collections.abc package.