When I run install_env.bat, I get the error: "There are special characters in the current path, please make the path of fish-speech free of special characters before running." I attempted to fix this issue but it just led to another issue. Details below: #800
Labels
bug
Something isn't working
Self Checks
Cloud or Self Hosted
Self Hosted (Source)
Environment Details
Using a Windows PC.
Steps to Reproduce
When I run install_env.bat, I get the error:
So, not really knowing what to do, I just opened the install_env.bat file in notepad, saw bunch of special characters in these brackets:
`echo "%CD%"| findstr /R /C:"[ !#$%&()*+,;<=>?@[]^{|}~\u4E00-\u9FFF ] " >nul && (``
And I just deleted all the characters in the bracket leaving just:
echo "%CD%"| findstr /R /C:"[ ] " >nul && (
Saved the bat file and ran install_env.bat again and actually started to run properly!
BUT, then a new issue emerged:
Something tells me the solution to this issue is simply copying a file path somewhere and pasting it into the proper place in the install_env.bat file. Just a wild guess.
I have no idea what I am doing. I am certain there is a simple solution to this and I just did something dumb.
✔️ Expected Behavior
No response
❌ Actual Behavior
No response
The text was updated successfully, but these errors were encountered: