-
Notifications
You must be signed in to change notification settings - Fork 15
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
Unexpected keyword argument cachedir
when importing
#679
Comments
Odd, the error is coming from HDBSCAN's code, not the aggregation code. I wonder if Colab is installing it correctly. Try |
Ah, here we go: https://stackoverflow.com/a/73830525/1052418 Right, I think I need to make a new release of the aggregation code for the HDBSCAN version to be updated correctly to fix this. Try installing aggregation from git directly with pip install -U git+https://github.com/zooniverse/aggregation-for-caesar.git and see if that clears up the issue, if so I will make a new release to PyPI. |
I was able to fix this locally by running |
Hello,
Trying to set up panoptes_aggregation on a Google Colab, and encountering a
TypeError
when doing so:__init__() got an unexpected keyword argument 'cachedir'
:It works fine on my local machine, but not in Google Colab.
Might be related to #643 somehow?
The text was updated successfully, but these errors were encountered: