Closed developerForSale closed 4 weeks ago
I tried the following:
go mod edit -go 1.20
Solve the problem! So it's somehow not supporting version 1.23 currently.
Go 1.23 disabled outside linkname so this error will occur. Just to explain why, this library is designed for a special usage (bypass SNI blocking of GFW) that making sure the people in some region can access Hugging Face directly, in which linkname is necessary.
I am building a desktop application that incorporates ChatTTS out of personal interest. I want users to know the exact progress of the model download instead of facing an endless rotating circle. So I attempted to redirect the console stdout from RVC-Models-Downloader, but some scripts prevented me from doing so. This happened before customize it to meet my requirement, just pull the code then $make it to ensure nothing special. Any information or suggestion you can provide would be of great help to me.