Question Smythe Smythee · Dec 2, 2024

Python installation

Hi Community,

I have installed python from https://www.python.org/downloads/

and the installed path of this application is my local C:\Users\data\AppData\Local\Programs\Python

and i am trying to run C:\InterSystems\IRIS_SANDBOX\bin>irispip install  in command prompt and getting the below error 

'pip' is not recognized as an internal or external command,
operable program or batch file

is there anything else i am missing here please add

Product version: IRIS 2022.1
$ZV: IRIS for Windows (x86-64) 2021.1.2 (Build 336_0_21564U) Tue Apr 12 2022 12:13:45 EDT

Comments

Smythe Smythee  Dec 5, 2024 to Benjamin De Boe

Thank you,

do we have any documentation where i can install python from scratch

0
Benjamin De Boe  Dec 6, 2024 to Smythe Smythee

You can install any Python distribution you like (such as Anaconda), but the deep integration with IRIS is only available from 2022.1 onwards, so it'd be running "external" to IRIS and have to talk to IRIS through a client such as the Native API or DB-API.

0
Smythe Smythee  Dec 6, 2024 to Benjamin De Boe

Do you know any native api i can install for python installation

0