When trying to install crepe via pip, it gives an error stating that the "imp" library will be deprecated by Python 3.12 and will not let users install the package. I changed the "imp" library import in setup.py to the "importlib" ilbrary, and it should work now :)
When trying to install crepe via pip, it gives an error stating that the "imp" library will be deprecated by Python 3.12 and will not let users install the package. I changed the "imp" library import in setup.py to the "importlib" ilbrary, and it should work now :)