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
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: