Installing Python modules
The standard (full) installation of Apama includes a copy of Python which is used by default in the Apama environment. It provides a pip (pip3 on Linux) wrapper to the Python interpreter that is shipped with Apama.
To install a Python module, run the following command in the Apama Command Prompt or
apama_env wrapper (see also
Setting up the environment using the Apama Command Prompt).
Windows:
pip install module
Linux:
pip3 install module
Note:
If you are facing any build issues after reinstalling (python3 -m pip install --upgrade --force-reinstall pip) or upgrading (python3 -m pip install --upgrade pip) the pip module, prefer to use pip3 shipped with Apama Python.