0% found this document useful (0 votes)
24 views6 pages

Instal Modules

to take knowledge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
24 views6 pages

Instal Modules

to take knowledge
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 6

Microsoft Windows [Version 10.0.19041.

928]
(c) Microsoft Corporation. All rights reserved.

C:\Users\dell>cd\

C:\>cd C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts

C:\>cd Users\dell\AppData\Local\Programs\Python\Python39\Scripts

C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install mysql-connector


WARNING: Retrying (Retry(total=4, connect=None, read=None, redirect=None, status=None)) after connection
broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at
0x000001CBFB9CE0A0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/mysql-
connector/
WARNING: Retrying (Retry(total=3, connect=None, read=None, redirect=None, status=None)) after connection
broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at
0x000001CBFB9CE400>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/mysql-
connector/
WARNING: Retrying (Retry(total=2, connect=None, read=None, redirect=None, status=None)) after connection
broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at
0x000001CBFB9CE5B0>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/mysql-
connector/
WARNING: Retrying (Retry(total=1, connect=None, read=None, redirect=None, status=None)) after connection
broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at
0x000001CBFB9CE760>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/mysql-
connector/
WARNING: Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection
broken by 'NewConnectionError('<pip._vendor.urllib3.connection.HTTPSConnection object at
0x000001CBFB9CE910>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed')': /simple/mysql-
connector/
ERROR: Could not find a version that satisfies the requirement mysql-connector (from versions: none)
ERROR: No matching distribution found for mysql-connector

Internet should be required during installation the modules:


C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install mysql-connector
Collecting mysql-connector
Using cached mysql-connector-2.2.9.tar.gz (11.9 MB)
Using legacy 'setup.py install' for mysql-connector, since package 'wheel' is not installed.
Installing collected packages: mysql-connector
Running setup.py install for mysql-connector ... done
Successfully installed mysql-connector-2.2.9
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.

C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install pillow


Collecting pillow
Downloading Pillow-8.2.0-cp39-cp39-win_amd64.whl (2.2 MB)
|████████████████████████████████| 2.2 MB 33 kB/s
Installing collected packages: pillow
Successfully installed pillow-8.2.0
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.

C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install numpy


Collecting numpy
Downloading numpy-1.20.3-cp39-cp39-win_amd64.whl (13.7 MB)
|████████████████████████████████| 13.7 MB 187 kB/s
Installing collected packages: numpy
Successfully installed numpy-1.20.3
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.
C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install pandas
Collecting pandas
Downloading pandas-1.2.4-cp39-cp39-win_amd64.whl (9.3 MB)
|████████████████████████████████| 9.3 MB 114 kB/s
Requirement already satisfied: numpy>=1.16.5 in c:\users\dell\appdata\local\programs\python\python39\lib\site-
packages (from pandas) (1.20.3)
Collecting pytz>=2017.3
Downloading pytz-2021.1-py2.py3-none-any.whl (510 kB)
|████████████████████████████████| 510 kB 409 kB/s
Collecting python-dateutil>=2.7.3
Using cached python_dateutil-2.8.1-py2.py3-none-any.whl (227 kB)
Collecting six>=1.5
Downloading six-1.16.0-py2.py3-none-any.whl (11 kB)
Installing collected packages: pytz, six, python-dateutil, pandas
Successfully installed pandas-1.2.4 python-dateutil-2.8.1 pytz-2021.1 six-1.16.0
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.

C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install matplotlib


Collecting matplotlib
Downloading matplotlib-3.4.2-cp39-cp39-win_amd64.whl (7.1 MB)
|████████████████████████████████| 7.1 MB 48 kB/s
Collecting pyparsing>=2.2.1
Using cached pyparsing-2.4.7-py2.py3-none-any.whl (67 kB)
Requirement already satisfied: pillow>=6.2.0 in c:\users\dell\appdata\local\programs\python\python39\lib\site-
packages (from matplotlib) (8.2.0)
Collecting kiwisolver>=1.0.1
Downloading kiwisolver-1.3.1-cp39-cp39-win_amd64.whl (51 kB)
|████████████████████████████████| 51 kB 50 kB/s
Requirement already satisfied: python-dateutil>=2.7 in
c:\users\dell\appdata\local\programs\python\python39\lib\site-packages (from matplotlib) (2.8.1)
Requirement already satisfied: numpy>=1.16 in c:\users\dell\appdata\local\programs\python\python39\lib\site-
packages (from matplotlib) (1.20.3)
Collecting cycler>=0.10
Using cached cycler-0.10.0-py2.py3-none-any.whl (6.5 kB)
Requirement already satisfied: six>=1.5 in c:\users\dell\appdata\local\programs\python\python39\lib\site-packages
(from python-dateutil>=2.7->matplotlib) (1.16.0)
Installing collected packages: pyparsing, kiwisolver, cycler, matplotlib
Successfully installed cycler-0.10.0 kiwisolver-1.3.1 matplotlib-3.4.2 pyparsing-2.4.7
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.

C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install scipy


Collecting scipy
Downloading scipy-1.6.3-cp39-cp39-win_amd64.whl (32.7 MB)
|████████████████████████████████| 32.7 MB 8.5 kB/s
Requirement already satisfied: numpy<1.23.0,>=1.16.5 in
c:\users\dell\appdata\local\programs\python\python39\lib\site-packages (from scipy) (1.20.3)
Installing collected packages: scipy
Successfully installed scipy-1.6.3
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.

C:\Users\dell\AppData\Local\Programs\Python\Python39\Scripts>pip install datetime


Collecting datetime
Downloading DateTime-4.3-py2.py3-none-any.whl (60 kB)
|████████████████████████████████| 60 kB 268 kB/s
Collecting zope.interface
Downloading zope.interface-5.4.0-cp39-cp39-win_amd64.whl (210 kB)
|████████████████████████████████| 210 kB 656 kB/s
Requirement already satisfied: pytz in c:\users\dell\appdata\local\programs\python\python39\lib\site-packages
(from datetime) (2021.1)
Requirement already satisfied: setuptools in c:\users\dell\appdata\local\programs\python\python39\lib\site-
packages (from zope.interface->datetime) (49.2.1)
Installing collected packages: zope.interface, datetime
Successfully installed datetime-4.3 zope.interface-5.4.0
WARNING: You are using pip version 20.2.3; however, version 21.1.1 is available.
You should consider upgrading via the 'c:\users\dell\appdata\local\programs\python\python39\python.exe -m pip
install --upgrade pip' command.
Python 3.9.0 (tags/v3.9.0:9cf6752, Oct 5 2020, 15:34:40) [MSC v.1927 64 bit (AMD64)] on win32
Type "help", "copyright", "credits" or "license()" for more information.
To check modules are installed or not:
>>> import tkinter
>>> import mysql.connector
>>>

You might also like