Python Forum
How to install matplotlib?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
How to install matplotlib?
#2
pip uninstall numpy
Then:
pip install matplotlib
If i do a quick with virtual environment,venv is now build into Python.
Then do pip freeze after install.
(install_env) C:\code\install_env   
λ pip freeze                        
cycler==0.10.0                      
kiwisolver==1.0.1                   
matplotlib==3.0.3                   
numpy==1.16.2                       
pyparsing==2.3.1                    
python-dateutil==2.8.0              
six==1.12.0
You see that pip install matplotlib automatic install a never version that numpy 1.5.
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,111 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