caretdev / irislab

MIT License
0 stars 0 forks source link

Command C:\InterSystems\IRISLATEST\bin\irispip.exe not found. #1

Open gjsjohnmurray opened 1 month ago

gjsjohnmurray commented 1 month ago
USER>zpm "install irislab"

[USER|irislab]  Reload START (C:\InterSystems\IRISLATEST\Mgr\.modules\USER\irislab\1.0.0\)
[USER|irislab]  requirements.txt START
[USER|irislab]  requirements.txt FAILURE
[irislab]       Reload FAILURE
ERROR! Command C:\InterSystems\IRISLATEST\bin\irispip.exe not found.
USER>w $zv
IRIS for Windows (x86-64) 2024.2 (Build 247U) Tue Jul 16 2024 09:52:30 EDT
USER>
USER>zpm "version"

%SYS> zpm 0.7.2
https://pm.community.intersystems.com - 1.0.6
USER>
gjsjohnmurray commented 1 month ago

This was a 2024.1 instance that I just upgraded to 2024.2.

https://docs.intersystems.com/iris20242/csp/docbook/DocBook.UI.Page.cls?KEY=GEPYTHON_flexible#GEPYTHON_flexible_overview states:

as of version 2024.2, the InterSystems IRIS installer on Windows does not install Python for you.

I followed the steps at https://docs.intersystems.com/iris20242/csp/docbook/DocBook.UI.Page.cls?KEY=GEPYTHON_flexible#GEPYTHON_flexible_p311windows (modified for current Python release, which is 3.12) but still get the problem:

USER>do ##class(%SYS.Python).Shell()

Python 3.12.4 (tags/v3.12.4:8e8a4ba, Jun  6 2024, 19:30:16) [MSC v.1940 64 bit (AMD64)] on win32
Type quit() or Ctrl-D to exit this shell.
>>>

USER>zpm "install irislab"

[USER|irislab]  Reload START (C:\InterSystems\IRISLATEST\Mgr\.modules\USER\irislab\1.0.0\)
[USER|irislab]  requirements.txt START
[USER|irislab]  requirements.txt FAILURE
[irislab]       Reload FAILURE
ERROR! Command C:\InterSystems\IRISLATEST\bin\irispip.exe not found.
USER>

Maybe ZPM is making an assumption that is no longer valid?

isc-tleavitt commented 1 month ago

This is an upstream issue in IPM and we'll get a new release out to fix it in the next few days.