Skip to Main Content
InterSystems Ideas
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.

  • Admin
    Vadim Aniskin
    Reply
    |
    Feb 22, 2023

    Is implemented for Python, and will not be implemented for Java. https://github.com/intersystems/ipm/pull/349

  • Dmitry Maslennikov
    Reply
    |
    Jan 30, 2023

    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.

  • Dmitry Maslennikov
    Reply
    |
    Jan 30, 2023

    ZPM/IPM already supports Python's requirements.txt, and will install it automatically during the package installation