how to fix this problem when run train.sh in demo image_classification?
Created by: Devinao
after build and install from source code (ubuntu14.04, python2.7), according to instruction in doc. encounter this problem as follows when run train.sh in demo/image_classification ./train.sh First time run paddle, need to install some python dependencies. Unpacking /home/devin/local/opt/paddle/share/wheels/paddle-0.8.0b1-py2-none-any.whl Unpacking /home/devin/local/opt/paddle/share/wheels/py_paddle-0.8.0b1-cp27-none-linux_x86_64.whl Requirement already satisfied (use --upgrade to upgrade): protobuf>=2.4.1 in /usr/lib/python2.7/dist-packages (from py-paddle==0.8.0b1) Requirement already satisfied (use --upgrade to upgrade): numpy>=1.8.0 in /usr/lib/python2.7/dist-packages (from py-paddle==0.8.0b1) Installing collected packages: paddle, py-paddle Cleaning up... Exception: Traceback (most recent call last): File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main status = self.run(options, args) File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 283, in run requirement_set.install(install_options, global_options, root=options.root_path) File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1436, in install requirement.install(install_options, global_options, _args, *_kwargs) File "/usr/lib/python2.7/dist-packages/pip/req.py", line 672, in install self.move_wheel_files(self.source_dir, root=root) File "/usr/lib/python2.7/dist-packages/pip/req.py", line 902, in move_wheel_files pycompile=self.pycompile, File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 206, in move_wheel_files clobber(source, lib_dir, True) File "/usr/lib/python2.7/dist-packages/pip/wheel.py", line 200, in clobber shutil.move(srcfile, destfile) File "/usr/lib/python2.7/shutil.py", line 302, in move copy2(src, real_dst) File "/usr/lib/python2.7/shutil.py", line 131, in copy2 copystat(src, dst) File "/usr/lib/python2.7/shutil.py", line 98, in copystat os.utime(dst, (st.st_atime, st.st_mtime)) OSError: [Errno 1] Operation not permitted: '/usr/local/lib/python2.7/dist-packages/paddle-0.8.0b1.dist-info/WHEEL'
Storing debug log for failure in /home/devin/.pip/pip.log pip install wheels failed. Please use 'sudo paddle' at the first time you use PaddlePaddle PaddlePaddle will install some python dependencies automatically. No data to plot. Exiting!
someone can tell me how to fix it? 3ks!