-
Notifications
You must be signed in to change notification settings - Fork 764
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
TypeError when importing BERTopic object #288
Comments
Same error for me too: `--------------------------------------------------------------------------- 13 frames TypeError: load() missing 1 required positional argument: 'Loader' ` |
the same error for me when I tried to install |
Looks like a dependency problem. Try |
Strange, I just tested out some things and it turns out that the entire After some testing, it seems that FixesFirst, with
Second, it actually works with
Third, it works by fully uninstalling
Source of the IssueIt seems that I can reproduce the error by uninstalling
This means that I would advise either upgrading New releaseIn the new release, I am likely just inserting |
@rtshome @stonescenter @abdelatifsd @lishanda
If this solves the problem for all of you and no large issues are found in the next coming days, I will release this to pypi as soon as possible. |
It works for me, thank so match. |
@MaartenGr it works thanks.
|
@rtshome Glad to hear that it works! The errors are expected and are not something that you should worry about. |
@rtshome @stonescenter @abdelatifsd @lishanda |
Hello:)
After pip installing the library, importing from the module (running "from bertopic import BERTopic") leads to the following error: TypeError: load() missing 1 required positional argument: 'Loader'
Thanks!
The text was updated successfully, but these errors were encountered: