Using a machine that is configured to go through a proxy to access the Internet, when using TIBCO Spotfire Analyst 10.10 (10.10.3 HF-022 or higher), or 11.2 or higher, the Python repository from Python Tool package management is inaccessible - it throws the following error:
Package repository not accessible
Python Package index is not accessible, Most functionality will be unavailable.
See logs for more information. TIBCO Spotfire Analyst comes with a bundled Python Interpreter, which includes a urllib library. In TIBCO Spotfire Analyst 10.10 (10.10.3 HF-022 or higher), or 11.2 or higher, there is a bug in this urllib library that mis-parses Windows proxy settings. As a result, when pip tries to access a https url to PyPI to download packages via proxy, it assumes the proxy server is also https, even if it's only an http proxy, and the connection fails.
The full Python issue is described here:
https://bugs.python.org/issue42627