question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

recognize.py Working!

See original GitHub issue

@buriburisuri If Dependencies are installed as described then it works! Seems to brake with newer dependencies installed. Used: pip freeze to see which version installed. If a newer version is installed then uninstall: sudo pip uninstall sugartensor Then install correct version: sudo pip install sugartensor==0.0.1.9 Tensorflow version: sudo pip show tensorflow To install correct version of tensorflow: sudo pip install https://storage.googleapis.com/tensorflow/linux/cpu/tensorflow-0.11.0-cp27-none-linux_x86_64.whl

I created this with all the files needed for recognize.py https://github.com/EN10/STT

Issue Analytics

  • State:open
  • Created 7 years ago
  • Comments:15

github_iconTop GitHub Comments

1reaction
EN10commented, Mar 15, 2017

Your Welcome 😃 @sidh104

1reaction
sidh104commented, Mar 15, 2017

Thanks @EN10

Read more comments on GitHub >

github_iconTop Results From Across the Web

Err: Python is not recognized as an internal or external ...
The “Python is not recognized as an internal or external command” error is encountered in the command prompt of Windows. The error is...
Read more >
Python is not recognized as an internal or ... - Initial Commit
This error appears on Windows operating systems when the location of the Python executable file has not been properly specified in the system ......
Read more >
'python' is not recognized as an internal or external command
Navigate to "Control Panel" -> "System" · Click "Advanced system settings" on the left · Click "Environment Variables" · Search and click "Path" ......
Read more >
"Python" working but "Py" is not - command line - Super User
If you get an error regarding doskey not being recognized as an internal or external command, add C:\Windows\System32; to the PATH and run ......
Read more >
'python' is not recognized as an internal or external command
Developers using a Windows machine may find this error when they try to run Python. This could be due to the Windows version...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found