can't open file [Errno 2] No such file or directory

在执行python命令时报
can’t open file [Errno 2] No such file or directory
1.检查文件名称是否正确,是否隐藏文件后缀名
2.Python命令中空格需要为英文状态
eg:python3.7 train_.py wiki.zh.simple.seg.txt wiki.zh.text.model wiki.zh.text.vector
报错时train_.py存在 但是命令中的空格出了问题,切换为英文状态重新打一下空格 再次运行即可

你可能感兴趣的:(问题,can't,open,file,[Errno,2],No,such)