使用官方的02.recognize_digits/train.py 代码报错
Created by: githwd2016
报错信息如下: Traceback (most recent call last): File "train.py", line 11, in import paddle File "/home/hwd/.local/lib/python2.7/site-packages/paddle/init.py", line 25, in import dataset File "/home/hwd/.local/lib/python2.7/site-packages/paddle/dataset/init.py", line 28, in import mq2007 File "/home/hwd/.local/lib/python2.7/site-packages/paddle/dataset/mq2007.py", line 28, in import rarfile File "/home/hwd/.local/lib/python2.7/site-packages/rarfile.py", line 2950, in _check_unrar_tool() File "/home/hwd/.local/lib/python2.7/site-packages/rarfile.py", line 2931, in _check_unrar_tool custom_check([ORIG_UNRAR_TOOL], True) File "/home/hwd/.local/lib/python2.7/site-packages/rarfile.py", line 2823, in custom_check p = custom_popen(cmd) File "/home/hwd/.local/lib/python2.7/site-packages/rarfile.py", line 2813, in custom_popen creationflags=creationflags) File "/usr/lib64/python2.7/subprocess.py", line 711, in init errread, errwrite) File "/usr/lib64/python2.7/subprocess.py", line 1327, in _execute_child raise child_exception OSError: [Errno 13] Permission denied