keiffster / program-y

Python 3.x based AIML 2.0 Chatbot interpreter, framework, related programs and knowledge files
https://keiffster.github.io/program-y/
Other
348 stars 138 forks source link

talk-y installation issue as talky module can not be found #262

Open CptCurty opened 4 years ago

CptCurty commented 4 years ago

When it is tried to run the talk-y.cmd script a error message is displayed telling that talky y module can not be found. All the requirements were installed as stated in the requirements.txt file.

Expected Behavior

It should run.

Current Behavior

So when the script is run the following error is displayed: C:\Users\20181817\AppData\Local\Programs\Python\Python38\python.exe: Error while finding module specification for 'talky.clients.voice.speech' (ModuleNotFoundError: No module named 'talky') When the requirements.txt is run there is no issue: C:\Users\20181817\Documents\Year 2\Q4\Robots\y-bot>pip install -r requirements.txt Requirement already satisfied: pyttsx3==2.7 in c:\users\20181817\appdata\local\programs\python\python38\lib\site-packages (from -r requirements.txt (line 1)) (2.7) Requirement already satisfied: pyAudio==0.2.11 in c:\users\20181817\appdata\local\programs\python\python38\lib\site-packages (from -r requirements.txt (line 2)) (0.2.11) Requirement already satisfied: SpeechRecognition==3.8.1 in c:\users\20181817\appdata\local\programs\python\python38\lib\site-packages (from -r requirements.txt (line 3)) (3.8.1) Requirement already satisfied: pocketsphinx==0.1.15 in c:\users\20181817\appdata\local\programs\python\python38\lib\site-packages (from -r requirements.txt (line 4)) (0.1.15)

Possible Solution

No idea

Steps to Reproduce

1.Downloaded the zip file of program-y

  1. pip installed programy
  2. Then installed talk-y by python -m programy.admin.tool install talk-y 4.Ran the requirements.txt script and installed all the dependisies.
  3. Tried to run the talk-y.cmd script but nothing happens.

Context (Environment)

Can not run the function.

keiffster commented 4 years ago

I’ll take a look, Not tested talk-y on windows for a while