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

'th' is not an internal or external command, nor is it a runnable program or batch file. #5

Open
HaoningChen85 opened this issue May 21, 2019 · 2 comments

Comments

@HaoningChen85
Copy link

I'm running the code in Windows10 with Python2.7(Anaconda2), and I met the above problem.

It seems that this problem originates from a line in formants.py:
easy_call("th load_estimation_model.lua " + tmp_features_filename + ' ' + preds_filename)

How can I solve this problem? @Shuadissen

@iskunk
Copy link

iskunk commented Jan 17, 2020

As far as I can tell, th appears to be an interactive wrapper for luajit that adds little of value to a typical Lua invocation.

I was unable to build th due to a missing libreadline-dev library (long story) but was able to proceed by changing invocations of th to luajit.

@HaoningChen85
Copy link
Author

Thank you very much for replying!

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