Installing matplotlib on termux requires some more dependencies. First we need to install Ubuntu on termux. For that, we can use AnLinux. Read this post for more details: http://lnjpitworld.blogspot.com/2020/01/install-ubuntu-on-android.html.
First we need to install dependencies
apt install libfreetype6-dev
After installing these dependencies and python3. We can now install matplotlib without any errors.
Comments
Post a Comment