How to install libraries in Plugin managed recipes
Ramjee
Registered Posts: 8 ✭✭
No option found to install python libraries like pandas, numpy, sickit-learn, statsmodels, yfinance. Hoping a solution to fix
Operating system used: Windows 11
Answers
-
Hello Ramjee,
To install libraries for a plugin recipe, you can modify therequirements.txtfile in your plugin's root directory:
<your-plugin>/code-env/python/spec/requirements.txt
In the DSS UI, you can access and edit this file by navigating to:
Plugins > Development > [Your Plugin] > Edit
Here, under thespecfolder, you should be able to see therequirements.txt.
You can add the libraries there, then save your changes and update the code env on the plugin's Summary tab.
Please see the attached screenshot for a visual example.
Kind regards,
Grace


