Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
maxijsseldijk opened this issue Jun 5, 2020 · 1 comment
Open

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

maxijsseldijk opened this issue Jun 5, 2020 · 1 comment

Comments

@maxijsseldijk
Copy link

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
@keiffster
Copy link
Owner

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants