FAIRiCUBE / FAIRiCUBE-Hub-issue-tracker

FAIRiCUBE HUB issue tracker
Creative Commons Zero v1.0 Universal
0 stars 1 forks source link

Python package installation #66

Open BabakEbrahimi opened 4 months ago

BabakEbrahimi commented 4 months ago

Hi, I would like to know the procedure for installing certain Python packages on the EOX server when they are not present in the existing kernel. Specifically, I need to understand whether the installation must be performed by the EOX host, or if guests have the permissions to do this themselves. Currently, I am using the following script to install missing packages via pip: import sys !{sys.executable} -m pip install {the name of intended Python package}

eox-cs1 commented 4 months ago

As you are already installing packages, you are answering a part of the question already yourself.

Summing it up - you may install packages:

In any case it is highly recommended:

jetschny commented 2 months ago

@BabakEbrahimi is this resolved for you?