-
Notifications
You must be signed in to change notification settings - Fork 36
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR install requirements #20
Comments
oh sorry it's -r flag not -t flag pip install -r ./requirements.txt |
Question1I've already updated the typo in README b811507 Question2the instruction available in README includes all the steps necessary for the system to run properly you don't need to change any default config or provide any API key(We don't use external AI Models) |
Okay, thanks for the explanation, but I still can't install the libraries, because I can't install |
You need to install Visual Studio and Visual Studio Build Tools. The trick is to select the C++ tools during the installation of both. After that, you need to open a CMake project in Visual Studio so that the project information displays the location of cmake.exe. Then, you need to add this location to the system's path without including the actual cmake.exe file, only the path where it is located. Once you do this, you should be able to install that and other packages without any issues. |
0h yeah I forgot to include that thx! |
Can you capture the screenshot of an error? |
I have a same issue, Here a some screenshot. |
@Adolfiux |
@Abbadon999 @ponmak # open CMD or Terminal and type
cmake #(you wouldn't have it but just to be sure) Then referring to this issue in pyopenjtalk hope this help, Please notify me if it work or it didn't 👍 |
@Abbadon999
|
It seems that @ponmak error and @Abbadon999 error were different so can I request @Abbadon999 to reproduce the error and send us the error log? |
Maybe it helped |
seem like you need to downgrade to 1.23.x or 1.20.3 |
I seem to be able to install all the packages(And I was only able to install packages with the version of numpy - 1.23.5), but the
|
Edited:
|
did the file corrupt? how did you "reinstall" if there are no git lfs or you didn't download directly from hugginface there's a chance that the file is just a pointer file and it is not an actual model weight so first of all check the file size it should be around 159 MB |
@Abbadon999 is it Working? |
I reinstalled everything and it all worked, but now it gives an error on startup:
|
Yay, it works, but I have a question about the sound - How do I make the model open its mouth when the answer is voiced? I tried using the VB-Cable, but then I can't hear anything that's going on in the system... How did you do it? |
just follow instruction given in the readme you need to install plugin by lua lucky |
Thanks for your help, I think this can be closed) |
There'll be update soon in this months :DD |
@HRNPH Just got Cmake. |
if you're on windows don't forget to install C++ Dev SDK after that |
@HRNPH im running the pip install pyopenjtalk command correct? |
yeah |
I can't install your bot, I'm stuck on the first step of the installation
First
pip install -t ./requirements.txt
gives an error -ERROR: Target path exists but is not a directory, will not continue.
Secondly, I would like more detailed instructions about building as I honestly don't know what to do next. For example is it necessary to insert API or maybe to change input language?
The text was updated successfully, but these errors were encountered: