-
-
Notifications
You must be signed in to change notification settings - Fork 17
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
New-WordCloud hangs in MyBinder (Dotnet Interactive) #36
Comments
After installing v3.0.1 and showing the debug messages, it looks like the cmdlet is hanging somewhere in this block of code: PSWordCloud/Module/src/PSWordCloud/NewWordCloudCommand.cs Lines 597 to 669 in b56c2b8
(The first WriteDebug() call shows, the second is never reached.) |
I suspect the issue is the As far as I can tell, it seems like it's hanging somewhere on the native library calls used by SkiaSharp, and I don't know nearly enough to understand why. I'm reasonably confident it's not something I can fix, but it's possible we might find a workaround sooner or later. |
This seems to really just be the container... not Jupyter Notebooks specifically. |
Currently the module is not usable in Jupyter Notebooks. Unsure as to exactly why this is at the moment.
No progress bars appear, so I can only assume it's hanging somewhere during text processing, possibly as a result of it spinning out different threads to handle text processing and waiting on them.
More investigation needed.
/cc @TylerLeonhardt
The text was updated successfully, but these errors were encountered: