n8n-nodes-python
n8n-nodes-python copied to clipboard
Run Python code on n8n
Hi There After installing naskio/n8n-python:latest via docker-compose following the requirements I did not find the "Python Node"  Am I missing something? Note: My n8n is running using Postgres and...
Hi, the `n8n-python:latest-debian` image still uses N8N_VERSION=0.227.0 Can please update it to the latest
Makes this project available in n8n community nodes by using the keyword provided by official n8n documentation.
hi Naskio, I encountered a troublesome issue in the n8n. I think it might be a bug in this [code](https://github.com/naskio/n8n-nodes-python/blob/master/nodes/PythonFunction/PythonFunction.node.ts) In line 195, the code 0 represent success, but the...
According the error message, the output stderr contains invalid token /. But I am sure that the code in the PythonFunction.node is correct. How can I get the stderr of...
I have the following a `test.py` script in my py_scripts directory, How can I import the `test.py` script using the python function node.
Hi, I install package with community package on n8n via : https://www.npmjs.com/package/n8n-nodes-python i set up creadential like this : (i don"t know if the right way)  Then if i...
getting the following error: `n8n may have run out of memory while executing it` while executing an HTML parsing job. n8n was assigned 20g ram, so there is no way...
Hello, I have an error message `Error fetching feature flags ReferenceError: AbortSignal is not defined` when using PythonFunction. The process freezes for 10 seconds, and the result of the test...
Hi, I'm getting the following error when importing workflow.json and the build is failing: ``` An error occurred while importing workflows. See log messages for details. Cannot update entity because...