aiidalab / aiidalab-qe

AiiDAlab App for Quantum ESPRESSO
https://aiidalab-qe.readthedocs.io/
MIT License
9 stars 14 forks source link

Plugin list should install external as pip install --user #742

Closed AndresOrtegaGuerrero closed 1 month ago

AndresOrtegaGuerrero commented 1 month ago

When working on the materials cloud server, if the external plugin gets install as pip install --user , if the server is restart it doesnt find the external plugin as installed

def install_package(package_name, pip, github, output_container, message_container, install_btn, remove_btn, accordion, index): if pip: command = ["pip", "install", pip] else: command = ["pip", "install", "git+" + github]