Included Packages
Your installation of Spotfire includes version 3.10.6 of the Python interpreter and several packages it needs to run under 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 | 4.0.1 | 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/4.0.1/ |
numpy * | 1.24.1 | Provides the following.
Note: numpy version 1.19.4 has known incompatibilities when it is
run on certain more recent versions of Windows 10. These compatibilities can
cause Python to fail when it is used with Spotfire. If you build custom
packages SPK on Windows, ensure the SPK does not include numpy version 1.19.4.
|
https://pypi.org/project/numpy/1.24.1/ |
pandas * | 1.5.2 | 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.5.2/ |
pip | 22.3.1 | Provides support for installing packages. | https://pypi.org/project/pip/22.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 | 2022.7 | Provides a platform for cross-platform time zone calculations. | https://pypi.org/project/pytz/2022.7/ |
setuptools | 65.6.3 | Provides tools for building, installing, upgrading, and uninstalling Python packages. | https://pypi.org/project/setuptools/ 65.6.3 |
spotfire | 1.8.3 | Provides functions for integrating Python with Spotfire. | https://pypi.org/project/spotfire/1.8.3/ |
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.38.4 | The reference implementation of the Python wheel packaging standard, as defined in PEP 427. | https://pypi.org/project/wheel/0.38.4/ |
Note: * Exporting an SBDF that contains empty String columns causes an
error with Pandas and numpy. See
Troubleshooting Spotfire Service for Python
for more information.
Parent topic: Package Management for Spotfire Service for Python
Related concepts
Related tasks