Skip to content

Algorithm prototype loading fails on python 3.5

Issue similar to the one fixed by !58 (merged)

pkg_resources.resource_string returns bytes and not str which the json module doesn't load on 3.5.

Issue found through beat/beat.web>