Troubleshooting
Problem
Cause
Resolving The Problem
1. list the installed python packages to see if there are compatibility issues.
c:\Program Files\IBM\SPSS\Modeler\18.6\python_venv\Scripts>python.exe -m pip list
Package Version
joblib 1.5.1
numpy 2.2.6
pandas 1.4.3
pip 22.2.2
python-dateutil 2.8.2
pytz 2022.7.1
scikit-learn 1.7.1
scipy 1.15.3
setuptools 63.2.0
six 1.16.0
threadpoolctl 3.6.0
WARNING: There was an error checking the latest version of pip.
You're using:
NumPy 2.2.6
Pandas 1.4.3
These versions are not compatible with each other, and specifically:
Pandas 1.4.3 is not officially compatible with NumPy 2.2.6.
2. Installed numpy 1.21.6 which is compatible with pandas 1.4.3
c:\Program Files\IBM\SPSS\Modeler\18.6\python_venv\Scripts>python.exe -m pip install numpy-1.21.6-cp310-cp310-win_amd64.whl
Processing c:\program files\ibm\spss\modeler\18.6\python_venv\scripts\numpy-1.21.6-cp310-cp310-win_amd64.whl
Installing collected packages: numpy
Attempting uninstall: numpy
Found existing installation: numpy 2.2.6
Uninstalling numpy-2.2.6:
Successfully uninstalled numpy-2.2.6
scipy 1.15.3 requires numpy<2.5,>=1.23.5, but you have numpy 1.21.6 which is incompatible.
scikit-learn 1.7.1 requires numpy>=1.22.0, but you have numpy 1.21.6 which is incompatible.
Successfully installed numpy-1.21.6
c:\Program Files\IBM\SPSS\Modeler\18.6\python_venv\Scripts>
Document Location
Worldwide
Was this topic helpful?
Document Information
Modified date:
14 August 2025
UID
ibm17242249