I'm having trouble installing IntegratedML in an IRIS 2025.1 container, which I need for a demo. I tried running the following command:
python3 -m pip install --index-url https://registry.intersystems.com/pypi/simple --no-cache-dir --target /usr/irissys/mgr/python intersystems-iris-automlUnfortunately I get the following error:
Looking inread
I also tried pinging the registry, and it seems the container is unable to reach it:
ping -c 3 registry.intersystems.com
PING ha2Am I doing something wrong?