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
Have ya'll tried to get the background functionality working? I'm struggling through it - when I make progress I'll submit a PR...
Old workflows is a progress bar that runs in the bg - in python2 it works in python3 - it pretty much runs - checks the bg process once and exits... still trying to work through the why.
I've already made a few patches to at least make it run - all related to pickle -> cpickle but I think I have much more to discover
Just opened an issue to track the progress / discuss on this
The text was updated successfully, but these errors were encountered:
I feel like this might in python3 be operating differently - but I'm not 100% sure:
Something does not seem to be detecting the background process is running - whether its related to pickle -> cPickle or maybe the kill 0 works differently in py3 :)
(Debugging this stuff is awkward at the very least)
Have ya'll tried to get the background functionality working? I'm struggling through it - when I make progress I'll submit a PR...
Old workflows is a progress bar that runs in the bg - in python2 it works in python3 - it pretty much runs - checks the bg process once and exits... still trying to work through the why.
I've already made a few patches to at least make it run - all related to
pickle
->cpickle
but I think I have much more to discoverJust opened an issue to track the progress / discuss on this
The text was updated successfully, but these errors were encountered: