MacOsX run pserver failed: *--*.whl is not a valid wheel filename.
Created by: jayhenry
mac上通过 pip install paddlepaddle之后,跑pserver
sudo -H paddle pserver --port=7164 --ports_num=1 --ports_num_for_sparse=1 --num_gradient_servers=1 --nics=eth0
报错
/usr/local/bin/paddle: line 82: [: 1.0.2: binary operator expected
File "<stdin>", line 3
if LooseVersion("1.0.2
^
SyntaxError: EOL while scanning string literal
First time run paddle, need to install some python dependencies.
Requirement '/usr/local/bin/../opt/paddle/share/wheels/*--*.whl' looks like a filename, but the file does not exist
*--*.whl is not a valid wheel filename.
pip install wheels failed.
Please use 'sudo paddle' at the first time you use PaddlePaddle
PaddlePaddle will install some python dependencies automatically.
检查目录 /usr/local/bin/../opt/paddle/share/wheels/
并不存在