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.
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.
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.
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 >>>