Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
gjsjohnmurray opened this issue Aug 1, 2024 · 2 comments
Open

Comments

@gjsjohnmurray
Copy link

gjsjohnmurray commented Aug 1, 2024

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
Copy link
Author

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
Copy link

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants