-
Notifications
You must be signed in to change notification settings - Fork 76
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
Numpy version issue? #85
Comments
Update on this --- it seems to be one of those "numpy compatibility issues" with versions of python, scipy, et al. Not your issue, I fixed it by fiddling my envs to get the right combo to work. sorry. |
Hello! I'm having the same error - can you elaborate on what version of Numpy / your env that you landed on to get this to work? My error is below; from string_grouper import (
match_strings
)
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Something in string_grouper's pip install is removing numpy.1.23 and reverting to 1.22 but then there is an error with import saying the wrong version of numpy is in use. Any ideas?
The text was updated successfully, but these errors were encountered: