-
Notifications
You must be signed in to change notification settings - Fork 808
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
Pickle issue with load_ParametricUMAP #1134
Comments
Update--this may be a Python3.11-related issue. I have tested downgrading the server to Python3.9 and things seem too work then. I did try loading Python3.11 on my dev system and re-saving the model, but still got the error on the Python3.11 server. |
hey, can you try this branch to see if it resolves the issue on python 3.11? #1123 |
I can confirm this is related to the python version. How should I proceed? |
Describe the bug
To Reproduce
Steps to reproduce the behavior:
ubuntu 20.04
Python 3.11
umap-learn==0.5.3
Expected behavior
On another machine this worked. I believe it is a subtle pickle issue. I had issues with other pickle files, which was solved by using pickle.dump(object, open(filename), protocol = 2). I have not figured out how to get umap to use the protocol.
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: