We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I did a few different things, but here are the steps I think are required to make it work:
sudo apt install python3-tk
import matplotlib matplotlib.use("TkAgg")
import matplotlib
matplotlib.use("TkAgg")
sudo apt-get install python3-pil python3-pil.imagetk
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I did a few different things, but here are the steps I think are required to make it work:
sudo apt install python3-tk
sudo apt-get install python3-pil python3-pil.imagetk
The text was updated successfully, but these errors were encountered: