Skip to content

Unable to install matplotlib, please help #3444

Closed Answered by sylirre
hexise asked this question in Q&A
Discussion options

You must be logged in to vote

You need the latest python and python-pip packages. Do this:

  • apt purge matplotlib
  • apt update && apt dist-upgrade -yq
  • apt install -yq matplotlib

These permission denials were because Pip attempted to set extended attributes on files which is not allowed on Android. Issue should be fixed with newer package versions.

Edit: see answers under #3444 (comment)

Replies: 8 comments 11 replies

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
2 replies
@patham9
Comment options

@dieuhai1234
Comment options

Answer selected by sylirre
Comment options

You must be logged in to vote
1 reply
@sylirre
Comment options

Comment options

You must be logged in to vote
2 replies
@patham9
Comment options

@techmarvy
Comment options

Comment options

You must be logged in to vote
5 replies
@KitsunedFox
Comment options

@Yahia-Ghadiry
Comment options

@Woodenonez
Comment options

@patham9
Comment options

@apchhi
Comment options

Comment options

You must be logged in to vote
1 reply
@sylirre
Comment options

Comment options

You must be logged in to vote
0 replies
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet