google / visqol

Perceptual Quality Estimator for speech and audio
Apache License 2.0
641 stars 118 forks source link

Build failed on windows (unable to fetch llvm-raw) #77

Open olivierwifak opened 1 year ago

olivierwifak commented 1 year ago

Hi,

I'm trying to build visqol on windows 11 (x64, Bazel version 5.3.2), but it seems unable to fetch the llvm-raw repository

Here is what it says :

Capture d’écran 2022-11-16 231814

pjnr1 commented 1 year ago

Same error for me :(

edit:

Fixed by running msys2 as admin

mchinen commented 1 year ago

Sorry for the delay in looking into this. I don't run into this error building, and I verified it still builds for me today on Windows. The error message mentions permissions, requiring either admin or developer mode. This appears to be a general Windows restriction for creating symlinks.

I see that pjnr1 was able to build in admin - I don't need admin to build, but perhaps I have developer mode set.

Devocub commented 12 months ago

@mchinen why don't you just publish binaries at least? is it prohibited by google?

jackyyigao commented 4 days ago

I met the same errorl. but the company computer has forcely hided the developer mode. :( is there any binaries?