wiki:Python for Windows

Python for Windows

Install the flavor of python you want to work with

Windows 7 / Server 2008 up to Python Version 3.8.10

Windows Ten / Server 2019 Current (3.9 at time of writing)

You will then need to install setuptools & pip before proceeding

You will need to update pip to deal with an ssl error

python -m pip install --trusted-host pypi.python.org --trusted-host files.pythonhosted.org --trusted-host pypi.org --upgrade pip

then Install the following libraries using pip (this is based on a server 2008 install)

(If using PGSQL) pip install psycopg2

pip install pywin32

windows partition libs : pip install dataiku-api-client

Last modified 16 months ago Last modified on 12/24/22 05:45:14
Note: See TracWiki for help on using the wiki.