At this time, it is not recommended to try and install any non-default packages into StarDrop’s Python environment.

If you need to make use of external Python packages (such as Numpy, Pandas, RDKit, etc.) in either our custom scripts or in custom models for the Model server, we first recommend creating a separate Python script which can run in a Python environment independently and then writing the StarDrop script/model to call the separate script in that specific environment (the subprocess module) with the appropriate communication of information between the two scripts put in place.

More resources