We love hearing from our users. Tell us what you want to see next and upvote ideas from the community. * Bugs and troubleshooting should as usual go through InterSystems support.
Install python and java libraries from ZPM and Installation Manifest (%Installer)
Each time IRIS applications use Java and Python. Therefore, it would be great to declare the installation of Java and Python libraries in the ZPM and %Installer manifests. Internally, once a Python library is declared, it will be installed using pip. In the case of Java, MVN (maven) would be used.
ADMIN RESPONSE
Feb 22, 2023
Thank you for submitting the idea.
This idea was implemented by Developer Community member(s). Please check the solution in the comments.
Is implemented for Python, and will not be implemented for Java. https://github.com/intersystems/ipm/pull/349
For MVN, I don't see any use cases, yet
Usually it should go from the Java part, as part of build process for a Java project.
ZPM/IPM already supports Python's requirements.txt, and will install it automatically during the package installation