AIwaifu: ERROR install requirements

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?

About this issue

  • Original URL
  • State: closed
  • Created a year ago
  • Comments: 31 (16 by maintainers)

Most upvoted comments

Hooray, I finally installed “pyopenjtalk-0.3.0”, but now I have a new error with “numpy”, I guess I should try to change the version, because apparently it conflicts with other packages. image

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.

@Adolfiux I already have Visual Studio installed, is there any way I can install C++ and all the features you mentioned earlier into it or do I need to reinstall it?