I would like to use LanguageTranslatorV3 and ToneAnalyzerV3 python library in IBM Cloud function custom serverless action.
I created one sample Action in IBM Cloud function and try to import the above packages, but It gives me module error.
So, How can I install the above modules in my custom action?
Thanks in advance.