The idea is:
Add support for the current python code node for installing and using pip packages (maybe custom build packages too) using pyodide.
My use case:
It would be great that this install python packages for pydiode would be general available through an additional interface in n8n or docker declaration, like n8n env configuration maybe? Its because i deploy n8n using the queue deployment (master and workers) using a dockerized environment in Amazon EKS (k8s)
I think it would be beneficial to add this because:
In my use case i use python node from an alternative fork of n8n and i use python in n8n and pip packages like pypsrp to interact with winrm protocol, and other purposes.
Any resources to support this?
Pydiode already supports installing pip packages