Open andy380743909 opened 1 year ago
Kaldi depends python2.7, so I create a virtualenv with python2.7. But this test run on python3, I don't know how to fix it
Thanks https://github.com/kaldi-asr/kaldi/issues/4491 for guiding me to find the error detail log
Solved this issue by install python3 and numpy for python3. But this root cause of this issue is the test code in matrics module depends on python3 and numpy. Hope this is useful for someone with the same environment issue.
This issue has been automatically marked as stale by a bot solely because it has not had recent activity. Please add any comment (simply 'ping' is enough) to prevent the issue from being closed for 60 more days if you believe it should be kept open.
compile the latest code( e4eb4f6725d836b7915230f54adedfb605379254 )
failed with error:
and I cd to
src/matrics
, run the test by myself, it shows the detail as below :