-
Notifications
You must be signed in to change notification settings - Fork 27
Installation
Sumit Sarabhai edited this page Jun 19, 2025
·
16 revisions
Minimum supported version required for Python is version 3.10.
- Download the latest version of Python 3 from the official Python website.
Important: Check the options as seen below and click on Install Now

Post installation, Disable path length limit and then close.
- Verify the installation by running
python --versionon command prompt. It should show the current version.
Common Troubleshooting
- If Windows Store opens up the Python 3.13 page, then click on Get button.
- If you encounter the
python is not recognizederror, please refer to online resources for instructions on how to manually add Python to your PATH.
Steps (1) and (2) are optional for Windows and can be skipped.
Open command prompt, switch to your working directory and run below (replace python3 with python in case of error):
python3 -m venv myvenvmyvenv\Scripts\activateThis should show a prefix (myvenv) in the command prompt.
On Windows
pip install mssql-pythonOn MacOS
brew install openssl
pip install mssql-python