mirror of
https://github.com/keiffster/program-y.git
synced 2026-04-03 00:19:21 -06:00
talk-y installation issue as talky module can not be found #64
Labels
No labels
News
News
News
News
News
News
News
News
bug
bug
bug
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
dependencies
enhancement
enhancement
enhancement
enhancement
enhancement
question
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/program-y#64
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.