ant -f C:\\x3d-code\\www.web3d.org\\x3d\\stylesheets\\python configuration configuration: Updating local Python installation configuration... Prerequisite: run as administrative user in console granted administrative permissions Reference: build.DeploymentSteps.txt ---------------- Check current Python version: Python 3.13.0 ---------------- Ensure latest pip installed: https://docs.python.org/3/installing/index.html?highlight=pip python -m ensurepip --default-pip Defaulting to user installation because normal site-packages is not writeable Looking in links: c:\Users\brutzman\AppData\Local\Temp\tmph2kdi8gb Requirement already satisfied: pip in c:\users\brutzman\appdata\roaming\python\python313\site-packages (24.3.1) python -m pip install --upgrade pip Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pip in c:\users\brutzman\appdata\roaming\python\python313\site-packages (24.3.1) latest version of PyPI’s build installed python -m pip install --upgrade build Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: build in c:\users\brutzman\appdata\roaming\python\python313\site-packages (1.2.2.post1) Requirement already satisfied: packaging>=19.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from build) (24.2) Requirement already satisfied: pyproject_hooks in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from build) (1.2.0) Requirement already satisfied: colorama in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from build) (0.4.6) ---------------- https://www.pylint.org https://en.wikipedia.org/wiki/Pylint python -m pip install --upgrade pylint Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: pylint in c:\users\brutzman\appdata\roaming\python\python313\site-packages (3.3.1) Collecting pylint Downloading pylint-3.3.2-py3-none-any.whl.metadata (12 kB) Requirement already satisfied: dill>=0.3.6 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (0.3.9) Requirement already satisfied: platformdirs>=2.2.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (4.3.6) Requirement already satisfied: astroid<=3.4.0-dev0,>=3.3.5 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (3.3.5) Requirement already satisfied: isort!=5.13.0,<6,>=4.2.5 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (5.13.2) Requirement already satisfied: mccabe<0.8,>=0.6 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (0.7.0) Requirement already satisfied: tomlkit>=0.10.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (0.13.2) Requirement already satisfied: colorama>=0.4.5 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from pylint) (0.4.6) Downloading pylint-3.3.2-py3-none-any.whl (521 kB) Installing collected packages: pylint Attempting uninstall: pylint Found existing installation: pylint 3.3.1 Uninstalling pylint-3.3.1: Successfully uninstalled pylint-3.3.1 WARNING: The scripts pylint-config.exe, pylint.exe, pyreverse.exe and symilar.exe are installed in 'C:\Users\brutzman\AppData\Roaming\Python\Python313\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed pylint-3.3.2 ---------------- Ensure latest numpy (numerical python) installed: https://www.numpy.org https://en.wikipedia.org/wiki/numpy python -m pip install --upgrade numpy Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: numpy in c:\users\brutzman\appdata\roaming\python\python313\site-packages (2.1.3) Collecting numpy Downloading numpy-2.2.0-cp313-cp313-win_amd64.whl.metadata (60 kB) Downloading numpy-2.2.0-cp313-cp313-win_amd64.whl (12.6 MB) ---------------------------------------- 12.6/12.6 MB 517.4 kB/s eta 0:00:00 Installing collected packages: numpy Attempting uninstall: numpy Found existing installation: numpy 2.1.3 Uninstalling numpy-2.1.3: Successfully uninstalled numpy-2.1.3 WARNING: The scripts f2py.exe and numpy-config.exe are installed in 'C:\Users\brutzman\AppData\Roaming\Python\Python313\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed numpy-2.2.0 ---------------- Ensure latest setuptools installed: python -m pip install --upgrade setuptools wheel Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: setuptools in c:\users\brutzman\appdata\roaming\python\python313\site-packages (75.3.0) Collecting setuptools Downloading setuptools-75.6.0-py3-none-any.whl.metadata (6.7 kB) Requirement already satisfied: wheel in c:\users\brutzman\appdata\roaming\python\python313\site-packages (0.45.0) Collecting wheel Downloading wheel-0.45.1-py3-none-any.whl.metadata (2.3 kB) Downloading setuptools-75.6.0-py3-none-any.whl (1.2 MB) ---------------------------------------- 1.2/1.2 MB 1.3 MB/s eta 0:00:00 Downloading wheel-0.45.1-py3-none-any.whl (72 kB) Installing collected packages: wheel, setuptools Attempting uninstall: wheel Found existing installation: wheel 0.45.0 Uninstalling wheel-0.45.0: Successfully uninstalled wheel-0.45.0 WARNING: The script wheel.exe is installed in 'C:\Users\brutzman\AppData\Roaming\Python\Python313\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Attempting uninstall: setuptools Found existing installation: setuptools 75.3.0 Uninstalling setuptools-75.3.0: Successfully uninstalled setuptools-75.3.0 Successfully installed setuptools-75.6.0 wheel-0.45.1 ---------------- https://www.sphinx-doc.org https://en.wikipedia.org/wiki/Sphinx_(documentation_generator) python -m pip install --upgrade sphinx Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: sphinx in c:\users\brutzman\appdata\roaming\python\python313\site-packages (8.1.3) Requirement already satisfied: sphinxcontrib-applehelp>=1.0.7 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.0.0) Requirement already satisfied: sphinxcontrib-devhelp>=1.0.6 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.0.0) Requirement already satisfied: sphinxcontrib-htmlhelp>=2.0.6 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.1.0) Requirement already satisfied: sphinxcontrib-jsmath>=1.0.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (1.0.1) Requirement already satisfied: sphinxcontrib-qthelp>=1.0.6 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.0.0) Requirement already satisfied: sphinxcontrib-serializinghtml>=1.1.9 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.0.0) Requirement already satisfied: Jinja2>=3.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (3.1.4) Requirement already satisfied: Pygments>=2.17 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.18.0) Requirement already satisfied: docutils<0.22,>=0.20 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (0.21.2) Requirement already satisfied: snowballstemmer>=2.2 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.2.0) Requirement already satisfied: babel>=2.13 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.16.0) Requirement already satisfied: alabaster>=0.7.14 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (1.0.0) Requirement already satisfied: imagesize>=1.3 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (1.4.1) Requirement already satisfied: requests>=2.30.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (2.32.3) Requirement already satisfied: packaging>=23.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (24.2) Requirement already satisfied: colorama>=0.4.6 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from sphinx) (0.4.6) Requirement already satisfied: MarkupSafe>=2.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from Jinja2>=3.1->sphinx) (3.0.2) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.30.0->sphinx) (3.4.0) Requirement already satisfied: idna<4,>=2.5 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.30.0->sphinx) (3.10) Requirement already satisfied: urllib3<3,>=1.21.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.30.0->sphinx) (2.2.3) Requirement already satisfied: certifi>=2017.4.17 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.30.0->sphinx) (2024.8.30) ---------------- https://pypi.org/project/twine python -m pip install --upgrade twine Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: twine in c:\users\brutzman\appdata\roaming\python\python313\site-packages (5.1.1) Collecting twine Downloading twine-6.0.1-py3-none-any.whl.metadata (3.7 kB) Requirement already satisfied: pkginfo>=1.8.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (1.10.0) Requirement already satisfied: readme-renderer>=35.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (44.0) Requirement already satisfied: requests>=2.20 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (2.32.3) Requirement already satisfied: requests-toolbelt!=0.9.0,>=0.8.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (1.0.0) Requirement already satisfied: urllib3>=1.26.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (2.2.3) Requirement already satisfied: keyring>=15.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (25.5.0) Requirement already satisfied: rfc3986>=1.4.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (2.0.0) Requirement already satisfied: rich>=12.0.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (13.9.4) Requirement already satisfied: packaging in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from twine) (24.2) Requirement already satisfied: jaraco.classes in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from keyring>=15.1->twine) (3.4.0) Requirement already satisfied: jaraco.functools in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from keyring>=15.1->twine) (4.1.0) Requirement already satisfied: jaraco.context in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from keyring>=15.1->twine) (6.0.1) Requirement already satisfied: pywin32-ctypes>=0.2.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from keyring>=15.1->twine) (0.2.3) Requirement already satisfied: nh3>=0.2.14 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from readme-renderer>=35.0->twine) (0.2.18) Requirement already satisfied: docutils>=0.21.2 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from readme-renderer>=35.0->twine) (0.21.2) Requirement already satisfied: Pygments>=2.5.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from readme-renderer>=35.0->twine) (2.18.0) Requirement already satisfied: charset-normalizer<4,>=2 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.20->twine) (3.4.0) Requirement already satisfied: idna<4,>=2.5 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.20->twine) (3.10) Requirement already satisfied: certifi>=2017.4.17 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from requests>=2.20->twine) (2024.8.30) Requirement already satisfied: markdown-it-py>=2.2.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from rich>=12.0.0->twine) (3.0.0) Requirement already satisfied: mdurl~=0.1 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from markdown-it-py>=2.2.0->rich>=12.0.0->twine) (0.1.2) Requirement already satisfied: more-itertools in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from jaraco.classes->keyring>=15.1->twine) (10.5.0) Downloading twine-6.0.1-py3-none-any.whl (39 kB) Installing collected packages: twine Attempting uninstall: twine Found existing installation: twine 5.1.1 Uninstalling twine-5.1.1: Successfully uninstalled twine-5.1.1 WARNING: The script twine.exe is installed in 'C:\Users\brutzman\AppData\Roaming\Python\Python313\Scripts' which is not on PATH. Consider adding this directory to PATH or, if you prefer to suppress this warning, use --no-warn-script-location. Successfully installed twine-6.0.1 python -m pip install --upgrade xmlschema Defaulting to user installation because normal site-packages is not writeable Requirement already satisfied: xmlschema in c:\users\brutzman\appdata\roaming\python\python313\site-packages (3.4.3) Requirement already satisfied: elementpath<5.0.0,>=4.4.0 in c:\users\brutzman\appdata\roaming\python\python313\site-packages (from xmlschema) (4.6.0) python package re (regular expressions, regex standard library) is built in BUILD SUCCESSFUL (total time: 1 minute 42 seconds)