You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! I've installed latest version from pip, and get a ModuleNotFoundError:
File "/home/keddad/Documents/thevyshka-news-fetcher/cacher.py", line 6, in <module>
from strsimpy.ngram import NGram
File "/home/keddad/.local/share/virtualenvs/thevyshka-news-fetcher-8gFlsF9b/lib/python3.8/site-packages/strsimpy/__init__.py", line 30, in <module>
from .optimal_string_alignment import OptimalStringAlignment
File "/home/keddad/.local/share/virtualenvs/thevyshka-news-fetcher-8gFlsF9b/lib/python3.8/site-packages/strsimpy/optimal_string_alignment.py", line 21, in <module>
import numpy as np
ModuleNotFoundError: No module named 'numpy'
Hi! I've installed latest version from pip, and get a ModuleNotFoundError:
There already was #12 about this error, and it was said that latest version doesn't need numpy, but, apparently, it does:
https://github.com/luozhouyang/python-string-similarity/blob/6b8fbd68a535bf92f849bc624d58fd99ef8f46b1/strsimpy/optimal_string_alignment.py
The text was updated successfully, but these errors were encountered: