Python Forum
how to install numpy and matplotlib to Tkinter
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
how to install numpy and matplotlib to Tkinter
#5
On my Mint 18.2 there 2 versions of pip:
pip is for python 2.x and pip3 for python 3.x
So if you are running python 3.x you need to use the pip3 installer otherwise you get the python 2.x versions which are only seen by python 2.x and usable by it.
Reply


Messages In This Thread
RE: how to install numpy and matplotlib to Tkinter - by Barrowman - Dec-02-2017, 06:17 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  Interaction between Matplotlib window, Python prompt and TKinter window NorbertMoussy 3 529 Mar-17-2024, 09:37 AM
Last Post: deanhystad
  [Tkinter] Tkinter Matplotlib Animation Graph not rendering dimidgen 3 607 Mar-12-2024, 02:09 PM
Last Post: deanhystad
  How to use rangesliders feature from matplotlib in tkinter? pymn 2 2,987 Feb-28-2022, 05:06 PM
Last Post: pymn
  Tkinter Matplotlib Nepo 1 2,470 Sep-27-2020, 10:20 AM
Last Post: Gribouillis
  Tkinter & matplotlib PillyChepper 9 5,708 Nov-23-2019, 10:36 AM
Last Post: PillyChepper
  Making a Matplotlib in Tkinter using a slider Jemeronimo 1 5,686 Dec-05-2018, 08:06 AM
Last Post: Gribouillis

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020