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

Open
opened 2025-10-14 17:31:46 -06:00 by navan · 0 comments
Owner

Originally created by @maxijsseldijk on 6/5/2020

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
2. pip installed programy
3. Then installed talk-y by python -m programy.admin.tool install talk-y
4.Ran the requirements.txt script and installed all the dependisies.
5. Tried to run the talk-y.cmd script but nothing happens.

Context (Environment)

Can not run the function.

  • Version of Program-y:4.3
  • Name and Version of Bot: talk-y
  • Version of Python: 3.8
  • Operating System ( inc Version ): Windows 10 version 1803
*Originally created by @maxijsseldijk on 6/5/2020* <!--- Provide a general summary of the issue in the Title above --> 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 <!--- Tell us what should happen --> It should run. ## Current Behavior <!--- Tell us what happens instead of the expected 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 <!--- Not obligatory, but suggest a fix/reason for the bug, --> No idea ## Steps to Reproduce <!--- Provide a link to a live example, or an unambiguous set of steps to --> <!--- reproduce this bug. Include code to reproduce, if relevant --> 1.Downloaded the zip file of program-y 2. pip installed programy 3. Then installed talk-y by python -m programy.admin.tool install talk-y 4.Ran the requirements.txt script and installed all the dependisies. 5. Tried to run the talk-y.cmd script but nothing happens. ## Context (Environment) <!--- How has this issue affected you? What are you trying to accomplish? --> Can not run the function. <!--- Providing context helps us come up with a solution that is most useful in the real world --> * Version of Program-y:4.3 * Name and Version of Bot: talk-y * Version of Python: 3.8 * Operating System ( inc Version ): Windows 10 version 1803
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: github/program-y#64
No description provided.