Written by

Senior Software Engineer
MOD
Question Ashok Kumar T · Jun 10, 2025

InterSystems Package Manager (ZPM) Installation errors

Hello Community,

I encountered the following errors while installing the ZPM module on version 2025.1. The ZPM install command failed on the Community Edition of IRIS for Health.

Skipping installation of python wheel 'attrs-25.1.0-py3-none-any.whl' due to error: '0 ;«WCould not find a suitable pip caller. Consider setting UseStandalonePip and PipCallerÓUSERÇ'e^OnAsStatus+1^%Exception.General.1^1/e^AsStatus+1^%Exception.AbstractException.1^15e^OnPhase+28^%IPM.ResourceProcessor.PythonWheel.1^1)e^%Initialize+8^%IPM.Lifecycle.Base.1^1-e^ExecutePhases+163^%IPM.Storage.Module.1^1+e^LoadNewModule+118^%IPM.Utils.Module.1^1e^Load+44^%IPM.Main.1^1"d^ShellInternal+48^%IPM.Main.1^1d^Shell+2^%IPM.Main.1^1e^ZPMLoad+3^IPM.Installer.1^1e^setup+63^IPM.Installer.1^1"e^AsyncSetup+2^IPM.Installer.1^1d^^^0'. You may need to install this wheel manually or from PyPI to use certain features of IPM.
 
 

Full error message

The ZPM installation failed with a 'not found in any repository' error for the applications I attempted to install on the 2024 and 2025 versions.

USER>zpm "install System-Task-REST"
ERROR! 'System-Task-REST' not found in any repository.
USER>zpm
 
=============================================================================
|| Welcome to the Package Manager Shell (ZPM). Version: 0.10.2             ||
|| Enter q/quit to exit the shell. Enter ?/help to view available commands ||
|| No registry configured                                                  ||
|| System Mode: <unset>                                                    ||
|| Mirror Status: NOTINIT                                                  ||
=============================================================================
IRIS for Windows (x86-64) 2025.1 (Build 223U) Tue Mar 11202518:18:59 EDT [Health:8.2.2]
zpm:USER>install "System-Task-REST"
ERROR! 'System-Task-REST' not found in any repository.
zpm:USER>install swagger-ui
 
ERROR! 'swagger-ui' not found in any repository.
zpm:USER>install "swagger-ui"
ERROR! 'swagger-ui' not found in any repository.
zpm:USER>
 
 

 

Product version: IRIS 2025.1

Comments

Ashok Kumar T · Jun 11, 2025

The issue is caused by the PythonRuntimeLibrarynot being configured. Starting from version 2024.2, Python is no longer bundled with IRIS due to the introduction of the Flexible Python Runtime feature. As a result, the Python directory is missing, preventing the installation of the Wheel file.

Check this post about this configuration.

0
Timothy Leavitt · Jun 11, 2025

@Ashok Kumar T thank you for raising these issues - we'll make the error message cleaner and explicitly point to flexible python runtime configuration as the likely culprit.

0
Ashok Kumar T  Jun 11, 2025 to Timothy Leavitt

Thanks for the quick response on the issue — improving the clarity of the error message will definitely help.

0