Sunday, June 23, 2019

Numpy scipy matplotlib pip and Django installation using CMD


C:\Users\admin>python -m pip install numpy
Collecting numpy
  Downloading https://files.pythonhosted.org/packages/07/46/656c25b39fc152ea525eef14b641993624a6325a
8ae815b200de57cff0bc/numpy-1.16.4-cp37-cp37m-win32.whl (10.0MB)
    100% |████████████████████████████████| 10.0MB 187kB/s
Installing collected packages: numpy
  The script f2py.exe is installed in 'C:\Users\admin\AppData\Local\Programs\Python\Python37-32\Scri
pts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-s
cript-location.
Successfully installed numpy-1.16.4
You are using pip version 19.0.3, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\admin>python -m pip install scipy
Collecting scipy
  Downloading https://files.pythonhosted.org/packages/be/cc/6f7842a4d9aa7f51155f849185631e1201df2557
42de84d724ac33bff723/scipy-1.3.0-cp37-cp37m-win32.whl (27.1MB)
    100% |████████████████████████████████| 27.1MB 66kB/s
Requirement already satisfied: numpy>=1.13.3 in c:\users\admin\appdata\local\programs\python\python3
7-32\lib\site-packages (from scipy) (1.16.4)
Installing collected packages: scipy
Successfully installed scipy-1.3.0
You are using pip version 19.0.3, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\admin>python -m pip install matplotlib
Collecting matplotlib
  Downloading https://files.pythonhosted.org/packages/76/e2/f87bf36a2a460857ec9c28535e00102eb6908a72
7e427adc6427c5dc5453/matplotlib-3.1.0-cp37-cp37m-win32.whl (8.9MB)
    100% |████████████████████████████████| 8.9MB 163kB/s
Collecting python-dateutil>=2.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/41/17/c62faccbfbd163c7f57f3844689e3a78bae1f403
648a6afb1d0866d87fbb/python_dateutil-2.8.0-py2.py3-none-any.whl (226kB)
    100% |████████████████████████████████| 235kB 239kB/s
Requirement already satisfied: numpy>=1.11 in c:\users\admin\appdata\local\programs\python\python37-
32\lib\site-packages (from matplotlib) (1.16.4)
Collecting cycler>=0.10 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/f7/d2/e07d3ebb2bd7af696440ce7e754c59dd546ffe1b
be732c8ab68b9c834e61/cycler-0.10.0-py2.py3-none-any.whl
Collecting kiwisolver>=1.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/20/6a/e5fff2ed776ab0cd11d7c1d5d3e5e549952464a6
f1b9084b7ecbd8341352/kiwisolver-1.1.0-cp37-none-win32.whl (44kB)
    100% |████████████████████████████████| 51kB 155kB/s
Collecting pyparsing!=2.0.4,!=2.1.2,!=2.1.6,>=2.0.1 (from matplotlib)
  Downloading https://files.pythonhosted.org/packages/dd/d9/3ec19e966301a6e25769976999bd7bbe552016f0
d32b577dc9d63d2e0c49/pyparsing-2.4.0-py2.py3-none-any.whl (62kB)
    100% |████████████████████████████████| 71kB 156kB/s
Collecting six>=1.5 (from python-dateutil>=2.1->matplotlib)
  Downloading https://files.pythonhosted.org/packages/73/fb/00a976f728d0d1fecfe898238ce23f502a721c0a
c0ecfedb80e0d88c64e9/six-1.12.0-py2.py3-none-any.whl
Requirement already satisfied: setuptools in c:\users\admin\appdata\local\programs\python\python37-3
2\lib\site-packages (from kiwisolver>=1.0.1->matplotlib) (40.8.0)
Installing collected packages: six, python-dateutil, cycler, kiwisolver, pyparsing, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.1.0 matplotlib-3.1.0 pyparsing-2.4.0 python-dateut
il-2.8.0 six-1.12.0
You are using pip version 19.0.3, however version 19.1.1 is available.
You should consider upgrading via the 'python -m pip install --upgrade pip' command.

C:\Users\admin>python -m pip install --upgrade pip
Collecting pip
  Downloading https://files.pythonhosted.org/packages/5c/e0/be401c003291b56efc55aeba6a80ab790d3d4cec
e2778288d65323009420/pip-19.1.1-py2.py3-none-any.whl (1.4MB)
    100% |████████████████████████████████| 1.4MB 290kB/s
Installing collected packages: pip
  Found existing installation: pip 19.0.3
    Uninstalling pip-19.0.3:
      Successfully uninstalled pip-19.0.3
Successfully installed pip-19.1.1

C:\Users\admin>python -m pip install pandas
Collecting pandas
  Downloading https://files.pythonhosted.org/packages/04/8b/a1d5f257bfee6aab440e763505c65368bbf71330
9c9dc70ceeb8d4677c2e/pandas-0.24.2-cp37-cp37m-win32.whl (7.7MB)
     |████████████████████████████████| 7.7MB 345kB/s
Requirement already satisfied: numpy>=1.12.0 in c:\users\admin\appdata\local\programs\python\python3
7-32\lib\site-packages (from pandas) (1.16.4)
Collecting pytz>=2011k (from pandas)
  Downloading https://files.pythonhosted.org/packages/3d/73/fe30c2daaaa0713420d0382b16fbb761409f532c
56bdcc514bf7b6262bb6/pytz-2019.1-py2.py3-none-any.whl (510kB)
     |████████████████████████████████| 512kB 365kB/s
Requirement already satisfied: python-dateutil>=2.5.0 in c:\users\admin\appdata\local\programs\pytho
n\python37-32\lib\site-packages (from pandas) (2.8.0)
Requirement already satisfied: six>=1.5 in c:\users\admin\appdata\local\programs\python\python37-32\
lib\site-packages (from python-dateutil>=2.5.0->pandas) (1.12.0)
Installing collected packages: pytz, pandas
Successfully installed pandas-0.24.2 pytz-2019.1

C:\Users\admin>python -m pip install Django
Collecting Django
  Downloading https://files.pythonhosted.org/packages/eb/4b/743d5008fc7432c714d753e1fc7ee56c6a776dc5
66cc6cfb4136d46cdcbb/Django-2.2.2-py3-none-any.whl (7.4MB)
     |████████████████████████████████| 7.5MB 126kB/s
Collecting sqlparse (from Django)
  Downloading https://files.pythonhosted.org/packages/ef/53/900f7d2a54557c6a37886585a91336520e5539e3
ae2423ff1102daf4f3a7/sqlparse-0.3.0-py2.py3-none-any.whl
Requirement already satisfied: pytz in c:\users\admin\appdata\local\programs\python\python37-32\lib\
site-packages (from Django) (2019.1)
Installing collected packages: sqlparse, Django
  WARNING: The script sqlformat.exe is installed in 'C:\Users\admin\AppData\Local\Programs\Python\Py
thon37-32\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-s
cript-location.
  WARNING: The script django-admin.exe is installed in 'C:\Users\admin\AppData\Local\Programs\Python
\Python37-32\Scripts' which is not on PATH.
  Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-s
cript-location.
Successfully installed Django-2.2.2 sqlparse-0.3.0

C:\Users\admin>


ANACONDA FOR PYTHON3



The open-source Anaconda Distribution is the easiest way to perform Python/R data science and machine learning on Linux, Windows, and Mac OS X. With over 11 million users worldwide, it is the industry standard for developing, testing, and training on a single machine, enabling individual data scientists to:
Quickly download 1,500+ Python/R data science packages
Manage libraries, dependencies, and environments with CondaDevelop and train machine learning and deep learning models with scikit-learn, TensorFlow, and TheanoAnalyze data with scalability and performance with Dask, NumPy, pandas, and NumbaVisualize results with Matplotlib, Bokeh, Datashader, and Holoviews


No comments:

Post a Comment

Hot Topics