FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\me\AppData\Local\Temp\_MEI138162\astor\VERSION'
目录
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\me\AppData\Local\Temp\_MEI138162\astor\VERSION'
问题:
解决:
完整错误:
启示:
如果对应的错误日志在百度和bing都没有找到满意的结果,快速找google不要犹豫,犹豫就会浪费时间,时间宝贵不用我教你;
如果条件允许,自己搞个梯子,这样就可以使用google查找错误日志,事半功倍;
如果条件不允许,自己去找一些免费的梯子,速度慢一点也能用,毕竟是免费的不要太苛刻;
问题:
pyinstaller --clean --onefile LSTM_prediction.py
解决:
初始环境中的astor的版本为0.8.1,重新安装0.7.1版本,OK
pip uninstall astor
pip install astor==0.7.1
完整错误:
Traceback (most recent call last):
File "LSTM-Test.py", line 35, in
File "
File "
File "
File "D:anacondaenvsdeploy_testlibsite-packagesPyInstallerloaderpyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "site-packagestensorflowpythonautograph__init__.py", line 37, in
File "
File "
File "
File "D:anacondaenvsdeploy_testlibsite-packagesPyInstallerloaderpyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "site-packagestensorflowpythonautographcoreconverter.py", line 71, in
File "
File "
File "
File "D:anacondaenvsdeploy_testlibsite-packagesPyInstallerloaderpyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "site-packagestensorflowpythonautographpyctcfg.py", line 41, in
File "
File "
File "
File "D:anacondaenvsdeploy_testlibsite-packagesPyInstallerloaderpyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "site-packagestensorflowpythonautographpyctcompiler.py", line 32, in
File "
File "
File "
File "D:anacondaenvsdeploy_testlibsite-packagesPyInstallerloaderpyimod03_importers.py", line 627, in exec_module
exec(bytecode, module.__dict__)
File "site-packagesastor__init__.py", line 24, in
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\LIGUAN~1\AppData\Local\Temp\_MEI253042\astor\VERSION'
[26340] Failed to execute script LSTM
参考:Pyinstaller Tensorflow bundle fails
参考:astor


![FileNotFoundError: [Errno 2] No such file or directory: FileNotFoundError: [Errno 2] No such file or directory:](http://www.mshxw.com/aiimages/31/315953.png)
