mikibonacci / aiidalab-qe-vibroscopy

MIT License
1 stars 1 forks source link

AiiDA Vibroscopy should be install as --user #80

Open AndresOrtegaGuerrero opened 1 month ago

AndresOrtegaGuerrero commented 1 month ago

If there is a restart in the server , aiida_vibroscopy and other libraries arent found

AndresOrtegaGuerrero commented 1 month ago

this also applies to the other dependencies , they should be installed as --user. We might need something like pip install --user -r requirements.txt , that is enforced in aiidalab_qe , to recover from a restart in the server

mikibonacci commented 3 weeks ago

In principle something can be done here: https://github.com/aiidalab/aiidalab-qe/blob/main/plugin_list.ipynb adding the -r requirements.txt in the command. but let's discuss more, and understand if this will work also for other plugins which will not have the txt file.