Closed ZhimingMei closed 1 year ago
Okay..., it seems that this error happens when the version of numpy package is incompatible with string_grouper.
Now I tried again with numpy 1.23.x, and it finally works.
Hi @ZhimingMei, do you know if it works with the latest version of numpy (1.24.0)?
Yes, it works. I just tried it again with numpy (1.24.0).
OK great! Thanks!
Op vr 17 feb. 2023 14:12 schreef Ryan @.***>:
Yes, it works. I just tried it again with numpy (1.24.0).
— Reply to this email directly, view it on GitHub https://github.com/Bergvca/string_grouper/issues/89#issuecomment-1434633865, or unsubscribe https://github.com/notifications/unsubscribe-auth/AC3ROBKM6FHKUCHERH5MH4TWX52LTANCNFSM6AAAAAAUZLLUJA . You are receiving this because you commented.Message ID: @.***>
When I try to import string_grouper in my project, it reports an error saying that: 'numpy.core.multiarray failed to import'.
I try to upgrade (and also downgrade) my numpy version, but still it does not work...
Here's my version list of python modules:
I wonder how to solve this import error. Thx.