Closed alekratz closed 1 year ago
Sorry for not getting back to you sooner since you submitted this as midnight for me, but your diagnosis that python-socketio was the cause saved me going trough all the recently updated dependencies and their dependencies manually so it sped the fix up by a decent amount last night. The issue is resolved.
I'm getting this since 219b824b9b239c1b14b1df553622a465d63f433a which changed python-socketio to 5.7.2. Somehow updating to 5.8.0 actually resolves the error for me.
Hello, I'm really enjoying KoboldAI. I have been using the Google Colab version primarily. Earlier today, I was able to run the Colab version without a problem. However, as of writing, I get the title error on startup. I've included the stack trace at the bottom under the fold (it is quite long).
What I have tried
I did some digging on this and it appears that very recently (a few hours ago as of writing this) the python-socketio project (used by the Flask-socketio dependency) had a minor point update from 5.7 -> 5.8. I haven't looked to closely at it, but I believe this is the package where the error is originating. When I run the ipynb, the install dialog indicates that it is installing this very new version of python-socketio:
I believe this is the cause of the error, but I haven't gone on to install an older version and verify yet.
What I haven't tried
python-socketio<=5.7
constraint to requirements.txt. This is what I plan on trying next later, when I get the chance. When I do this, I'll update this issue with the results.Stacktrace from Google Colab