TIBCO Spotfire® Service Python Installation and Administration

Included Packages

Your installation of Spotfire includes version 3.8.12 of the Python interpreter and several packages it needs to run under Spotfire. To run the Python interpreter, you must have the 64-bit version of Spotfire.

Important: The packages listed in this table are required for Spotfire and the Python interpreter to work together. Removing or altering these packages can cause your Python data functions to fail.
Package name Version Description More information
bitstring 3.1.9 A pure Python module that makes the creation, manipulation and analysis of binary data as simple and natural as possible. https://pypi.org/project/bitstring/3.1.9/
numpy 1.21.0 Provides the following.
  • An N-dimensional array object.
  • Broadcasting functions.
  • Tools for integrating C/C++ and Fortran code.
  • Linear algebra, Fourier transform, and random number capabilities.
https://pypi.org/project/numpy/1.21.0/
pandas 1.2.5 Provides data structures and data analysis tools for dealing with tabular data, ordered and unordered time series data, matrix data, and other types of data sets. https://pypi.org/project/pandas/1.2.5/
pip 21.3.1 Provides support for installing packages. https://pypi.org/project/pip/21.3.1
python-dateutil 2.8.2 Provides extensions to the datetime module in Python. https://pypi.org/project/python-dateutil/2.8.2/
pytz 2021.3 Provides a platform for cross-platform time zone calculations. https://pypi.org/project/pytz/2021.3/
setuptools 58.5.3 Provides tools for building, installing, upgrading, and uninstalling Python packages. https://pypi.org/project/setuptools/58.5.3/
spotfire 1.7.0 Provides functions for integrating Python with Spotfire. https://pypi.org/project/spotfire/
six 1.16.0 Provides utility functions for smoothing over the differences between the Python versions 2 and 3. https://pypi.org/project/six/1.16.0/
wheel 0.37.0 The reference implementation of the Python wheel packaging standard, as defined in PEP 427. https://pypi.org/project/wheel/0.37.0/_