Issue
node-python-bridge has a hard dependency on python package six. This is not documented and fails when trying to run. See error below.
engine | error: Pipeline: Failed render_message1undefined
engine | Traceback (most recent call last):
engine | File "/usr/src/app/node_modules/python-bridge/node_python_bridge.py", line 3, in <module>
engine | import six
engine | ModuleNotFoundError: No module named 'six'
Solution
I'm curious if there is anyway to remove that dependency and only use native functions. In the short term, I think we need to document this in the README for others.
Issue
node-python-bridgehas a hard dependency on python packagesix. This is not documented and fails when trying to run. See error below.Solution
I'm curious if there is anyway to remove that dependency and only use native functions. In the short term, I think we need to document this in the README for others.