You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason, I can't build the CLI using the instructions in the Readme. By trying it I get this error:
CMake Error: The source directory "/home/runner/Speech-To-Robot-Speech" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
If you are wondering the environment I use, is called replit and I use an operating system called NixOS
Oh, interesting - yes, knowing the environment is quite important! But also, it appears that you are not running cmake from the source directory for pocketsphinx, which explains the error message. Perhaps you need to cd pocketsphinx first?
All that said, the CLI does need to be installed system-wide to be useful, and I am not sure how this would work with replit/NixOS, though replit looks sufficiently useful that I am inclined to go try it out.
For some reason, I can't build the CLI using the instructions in the Readme. By trying it I get this error:
If you are wondering the environment I use, is called replit and I use an operating system called
NixOS
The text was updated successfully, but these errors were encountered: