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
This is an impressive project unmatched by any other Python library currently available. Unfortunately, it seems like there have been no updates for a long time. Is the project no longer maintained?
The text was updated successfully, but these errors were encountered:
Traceback (most recent call last):
File "[ABRIDGED]/lib/python3.12/site-packages/IPython/core/interactiveshell.py", line 3577, in run_code
exec(code_obj, self.user_global_ns, self.user_ns)
File "<ipython-input-22-8a9c7b2de26d>", line 11, in <module>
import abydos.distance as abd
File "[ABRIDGED]/lib/python3.12/site-packages/abydos/distance/__init__.py", line 368, in <module>
from ._aline import ALINE
File "[ABRIDGED]/lib/python3.12/site-packages/abydos/distance/_aline.py", line 24, in <module>
from numpy import NINF
ImportError: cannot import name 'NINF' from 'numpy' ([ABRIDGED]/lib/python3.12/site-packages/numpy/__init__.py)
I'd say this project is no longer being maintained given that no updates have been made in 5 years. That being said, it's always encouraged to fork works like this and maintain them yourself if you have the willingness and the time.
This is an impressive project unmatched by any other Python library currently available. Unfortunately, it seems like there have been no updates for a long time. Is the project no longer maintained?
The text was updated successfully, but these errors were encountered: