-
Notifications
You must be signed in to change notification settings - Fork 4
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
Process.from_disk throws TypeError: too many positional arguments #7
Comments
Can you reproduce the error somehow or give me some code examples? |
Sure! Have a look at this gist |
Thanks! It seems to me that there must be some issue with pickling PyNNDescent objects, I will look into this. |
It seems that we're not the only ones having this issue: lmcinnes/pynndescent#247 |
Yes, thank you for your response. I tried downgrading the library to an older version and it worked fine. You can have a look here. |
I'd really appreciate that actually, thanks |
I have merged your PR and published the new version. Thanks for your time :D I'm closing the issue |
I am trying to load pretrained data using
Process.from_disk(filename)
but it throws a TypeErrorFull traceback: https://basedbin.fly.dev/p/odbTJx.py
The text was updated successfully, but these errors were encountered: