nanaxgraphics.blogg.se

How to install matplotlib using anaconda
How to install matplotlib using anaconda













  1. HOW TO INSTALL MATPLOTLIB USING ANACONDA INSTALL
  2. HOW TO INSTALL MATPLOTLIB USING ANACONDA FULL

T_average = T30.groupby('time.year').mean(dim='time') Then test whether the installation is successful Successfully installing prompts you to install.Ĥ.

HOW TO INSTALL MATPLOTLIB USING ANACONDA INSTALL

, then through the directive easy_install.exe PIP =9.0.2 and finally install successfully. , first go to the directory of easy_install such as C:\ProgramData\Anaconda3\Scripts The installation was successful using the easy_install directive: You should consider upgrading via the ‘python -m pip install –upgrade pip’ command. You are using PIP version 9.0.1, however version 9.0.2 is available. PIP install basemap – 1.1.0 – cp36 – cp36m – win_amd64.

HOW TO INSTALL MATPLOTLIB USING ANACONDA FULL

Note that the full name of the file name and the suffix (.whl) cannot be lost, and the same command will install Basemap after successful installation Then start installing the two files, starting with Pyproj Note: If you are using Spyder version 3.2 or above, please execute the following installation command on Anaconda Prompt (my_root), following the same steps.ģ. Win +R opens the command prompt window, and the CD command sets the current directory to the folder where the download files are stored (I put it on the desktop) and then hits enter. Basemap is about 120M, Pyproj is only about 3M.Ģ. Where, 1.1.0 after basemap represents the version number, cp36 represents python3.6, win represents Windows, and amd64 represents the 64-bit system. This website mainly provides Python Extension Packages under unofficial Windows environment First of all, download Basemap and Pyproj installation files according to your computer configuration and Python version. Premise: My computer is configured 64 for Win10, Anaconda 3 (64-bit), Python 3.6.ġ. The following is the Windows environment Python 3.x installation of basemap to share, for your reference.















How to install matplotlib using anaconda