benfmiller / audalign

Package for aligning audio files through audio fingerprinting
MIT License
84 stars 2 forks source link

No module named 'audalign.align' #28

Closed pdarulewski closed 2 years ago

pdarulewski commented 2 years ago

Hello there,

The newest version of the library audalign==1.0.0 is giving me the following error while importing the module.

>>> import audalign

Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/Users/pdaawr/Documents/project/metrics/venv.nosync/lib/python3.8/site-packages/audalign/__init__.py", line 21, in <module>
    import audalign.align.aligner as aligner
ModuleNotFoundError: No module named 'audalign.align'

There is no issue with the previous one, i.e 0.7.2. I tested both versions on python3.8

benfmiller commented 2 years ago

Thanks for letting me know! It turned out to be a problem with the setup.py file. A new version should be out by tonight.

benfmiller commented 2 years ago

v1.0.1 is out!

pdarulewski commented 2 years ago

Cool, it's working perfectly now :)