Python 3.10.2 Upgrade


For Updating Python 3.10.2  
 Steps For upgrade

Step 1:

  • Click here to download python-3.10.2-amd64.exe and run it as administrator.  and run as administrator   and run as administrator

Step 2:

  • Run below in a New Command Prompt Window to install required Python packages

python -m pip install pika pytz requests apscheduler python-dateutil xmltodict requests_ntlm 

Step 3:

  • Updating the environment variables Path : (Change default locations as applicable)
    • User variables 
      • Path : C:\Python310\Scripts\;C:\Python310\;
    • System variables
      • PythonHome : C:\Python310
      • PythonPath : C:\Python310\Lib;C:\Python310\DLLs;C:\Python310\Lib\lib-tk


 Verify Python
  • Verify PYTHONHOME and PYTHONPATH environment variables are set.
  • In cmd prompt type “python --version” result should be “Python 3.10.2”.
  • In cmd prompt type "pip list" and verify pika (1.2.0) and pip (22.0.3) version.

Back to Top

©2021 Cognizant, all rights reserved. US Patent 10,410,152