"Double requirement given" problem
Created by: zuowang
I got below errors. Currently, I resolved this problem by remove one of them. I am working with the latest code. So I guess the problem is due to my docker image is outdated. But I don't want to download the latest docker image and have a try. Could you tell me how to solve this problem?
First time run paddle, need to install some python dependencies.
Unpacking /usr/local/opt/paddle/share/wheels/paddle-0.8.0b-py2-none-any.whl
Unpacking /usr/local/opt/paddle/share/wheels/paddle-0.8.0b1-py2-none-any.whl
Cleaning up...
Double requirement given: paddle==0.8.0b1 from file:///usr/local/opt/paddle/share/wheels/paddle-0.8.0b1-py2-none-any.whl (already in paddle==0.8.0b from file:///usr/local/opt/paddle/share/wheels/paddle-0.8.0b-py2-none-any.whl, name='paddle')
Storing debug log for failure in /root/.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.
First time run paddle, need to install some python dependencies.
Unpacking /usr/local/opt/paddle/share/wheels/paddle-0.8.0b2-py2-none-any.whl
Unpacking /usr/local/opt/paddle/share/wheels/py_paddle-0.8.0b-cp27-none-linux_x86_64.whl
Unpacking /usr/local/opt/paddle/share/wheels/py_paddle-0.8.0b1-cp27-none-linux_x86_64.whl
Cleaning up...
Double requirement given: py-paddle==0.8.0b1 from file:///usr/local/opt/paddle/share/wheels/py_paddle-0.8.0b1-cp27-none-linux_x86_64.whl (already in py-paddle==0.8.0b from file:///usr/local/opt/paddle/share/wheels/py_paddle-0.8.0b-cp27-none-linux_x86_64.whl, name='py-paddle')
Storing debug log for failure in /root/.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