Python Forum
How to install matplotlib?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install matplotlib?
#4
(Mar-15-2019, 02:03 AM)broccolee Wrote: What should I do?
Follow this and install 3.7 Python 3.6/3.7 and pip installation under Windows
Make sure that Path point to 3.7,see Fixing Path if needed
Then it look like this from cmd.
Microsoft Windows [Version 10.0.17134.648]
(c) 2018 Microsoft Corporation. Med enerett.

C:\WINDOWS\system32>cd\

# Check that point to 3.7
C:\>python -V
Python 3.7.2

# Check pip point to 3.7
C:\>pip -V
pip 19.0.3 from c:\python37\lib\site-packages\pip (python 3.7)

C:\>pip uninstall numpy
Uninstalling numpy-1.16.2:
  Would remove:
    c:\python37\lib\site-packages\numpy-1.16.2.dist-info\*
    c:\python37\lib\site-packages\numpy\*
    c:\python37\scripts\f2py.exe
Proceed (y/n)? y
  Successfully uninstalled numpy-1.16.2

C:\>pip uninstall numpy
Skipping numpy as it is not installed.

# You do this,just showed how uninstall shall work
C:\>pip install matplotlib
Quote:So then I tried using python in visual studio 2017: Python 3.6.
Don't mess with visual studio 2017 use VS Code it's much more geared towards Python.
VS Code from start
Reply


Messages In This Thread
How to install matplotlib? - by broccolee - Mar-14-2019, 09:16 PM
RE: How to install matplotlib? - by snippsat - Mar-14-2019, 10:11 PM
RE: How to install matplotlib? - by broccolee - Mar-15-2019, 02:03 AM
RE: How to install matplotlib? - by snippsat - Mar-15-2019, 03:18 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  install matplotlib falahfakhri 3 4,077 Aug-16-2019, 04:18 PM
Last Post: Nitram

Forum Jump:

User Panel Messages

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