You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jul 29, 2024. It is now read-only.
Using Python 3, Setup fails for me with this error:
Which I think is because the
string.splitis a method that exists for Python 2, but doesn't exist for Python 3. This could easily be re-written asBut I'm guessing there's a reason why it wasn't written like this is the first place, otherwise I would have done a pull request.