Hi,
I am now adding a new action "ingest excel" to the existing SOAR App CSV Import. Two dependencies are required to be installed for this action: pandas and openpyxl.
However, after adding the dependencies in App Wizard, it still show me the output
ModuleNotFoundError: No module named 'pandas'
I found that in the app JSON, my dependencies in only added to "pip_dependencies" , but not "pip39_dependencies". Is that the reason why dependency is not installed?
Please advise. Thank you.
Hi,
I finally solved this issue by downloading the source code from Splunkbase and manually moving the wheel file to the path: wheels/py3/. Then, I tarred the source code and installed it to SOAR Cloud.
The JSON file is also updated with the following configuration.
Hi,
I finally solved this issue by downloading the source code from Splunkbase and manually moving the wheel file to the path: wheels/py3/. Then, I tarred the source code and installed it to SOAR Cloud.
The JSON file is also updated with the following configuration.
@annielee have you tried using the relevant .whl file for the 2 libs and adding to the app as a wheel dependency?
--- Hope this helped? Happy SOARing! ---
Yes. The result is the same.