Skip to content

Python dependency on six #4

@amcdnl

Description

@amcdnl

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions