Python SDK can't connect to node v5.7.0

It just replies with

    <error>
      Message ___________________________________________ v5.7.0 is not valid SemVer string
    </error>

And even when the _ini.py file says

    __node_compatibility__ = (">=5.0.0", "<=6.0.0")
    __compiler_compatibility__ = (">=4.1.0", "<5.0.0")

and the command line parameter --force is used it is still complaining the string is not valid.

How do I fix this?

latest build should fix that

1 Like

Yeah, this version fixed it.

2 Likes