Enabling a Simulation for Python Insight Applications
To get instructions about installing Xpress Insight Python development environment, see Configuring the Execution of Python-based Apps .
The xpressinsight package is necessary to run Xpress Insight Application, while the jpype1 is required to be able to interact with the Java library that is used to provide the simulation capability.
Installing using pip:
pip install xpressinsight>=1.2.2 jpype1>=1.2.1
Installing using Anaconda:
conda create -y -n xpresssimulation python=3.9 pyarrow>=3.0.0
conda install -y -n xpresssimulation -c fico-xpress xpressinsight>=1.2.2
conda install -y -n xpresssimulation -c conda-forge jpype1>=1.2.1
![]() |
Note: Using a conda environment is not strictly required but is a good practice in order to isolate library dependencies.
|
© 2001-2022 Fair Isaac Corporation. All rights reserved. This documentation is the property of Fair Isaac Corporation (“FICO”). Receipt or possession of this documentation does not convey rights to disclose, reproduce, make derivative works, use, or allow others to use it except solely for internal evaluation purposes to determine whether to purchase a license to the software described in this documentation, or as otherwise set forth in a written software license agreement between you and FICO (or a FICO affiliate). Use of this documentation and the software described in it must conform strictly to the foregoing permitted uses, and no other use is permitted.