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
Building from source using pip install "pywhispercpp @ git+https://....@comithash" fails, with cmake stating that it can't compile a simple program using cl.exe. It works fine when building from checked out repo. My guess is that that the temporary directory paths are super long on windows over 220 characters long and I've seen reports that Visual Studio fails with criptic error when file paths are longer than 260 characters.
So It would be really helpful to have a functional wheels for Windows. So having a nightly build with 1.3- would be nice, or we could get 1.3-beta released?
But adding 1.3- would tackle the upload-artifact@v4 issue.
The text was updated successfully, but these errors were encountered:
Building from source using pip install "pywhispercpp @ git+https://....@comithash" fails, with cmake stating that it can't compile a simple program using cl.exe. It works fine when building from checked out repo. My guess is that that the temporary directory paths are super long on windows over 220 characters long and I've seen reports that Visual Studio fails with criptic error when file paths are longer than 260 characters.
So It would be really helpful to have a functional wheels for Windows. So having a nightly build with 1.3- would be nice, or we could get 1.3-beta released?
But adding 1.3- would tackle the upload-artifact@v4 issue.
The text was updated successfully, but these errors were encountered: