Skip to content

labels subcommand broken by default python #123

Closed
@vpipkt

Description

@vpipkt

The labels subcommand runs the stream_filter.py code as a separate process using the system's default python. In my case that was python 2.7 and shapely was not installed so I found this through ImportError.

In general that is confusing and could lead to incorrect behavior or non-deterministic results.

run(['python', stream_filter_fpath, json.dumps(bounding_box)],

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions