-
Notifications
You must be signed in to change notification settings - Fork 16
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
"seek" error in calculating distances? #8
Comments
If I recall correctly, that's the error of trying to read a sparse matrix from a file that doesn't exist. (Also, using the distances needs installation from source, rather than from pip) |
Ahh, thanks! Seems like it worked. I'll keep the issue open because it might be nice to have a less opaque error message and/or automatic download of the file. |
Sounds good -- thanks! |
Hello, I am encountering this same error, but this fix has not worked for me. I seem to have the required
|
To resolve this I had to replace
with
on line 401 of |
It looks like this was a compatibility issue. When I upgraded |
Hi, I'm getting the following error when I try to calculate distances. Not sure if this is a library compatibility problem?
The text was updated successfully, but these errors were encountered: