Skip to content

feature transformation server does not work across Python versions #1971

@felixwang9817

Description

@felixwang9817

Expected Behavior

The FTS should work across Python versions. If I run the FTS with Python 3.9 and retrieve features with Python 3.7, it should work.

Current Behavior

It fails with TypeError: an integer is required (got type bytes) error, due to dill. I think dill has trouble serializing across Python versions. See this and this for more details.

Steps to reproduce

Specifications

  • Version:
  • Platform:
  • Subsystem:

Possible Solution

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions