whl is not a supported wheel on this platform
Created by: brandonsj
Hello, I've finished compiling paddle on MAC OS, then when I run
pip install build/python/dist/*.whl
this error occurred
paddlepaddle-0.12.0-cp27-cp27m-linux_x86_64.whl is not a supported wheel on this platform.
my compile command is
docker run -it -v $PWD:/paddle -e "WITH_GPU=OFF" -e "WITH_TESTING=OFF" -e "WITH_FLUID_ONLY=ON" -e "PYTHON_ABI=cp27-cp27m" paddlepaddle/paddle_manylinux_devel:cuda8.0_cudnn5 bash -x /paddle/paddle/scripts/paddle_build.sh build
Someone could help? Thanks!