-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Install whl failed #94
Comments
Hi, @apollos . I've had similar issue: python/pip was installed with multiple versions 2.7 and 3.5
Had to run
|
Thanks for your help. But it seems not my issue :~$ pip --version My pip is from python2.7. And I do try pip2 but same issue sudo pip2 install py_paddle-0.8.0b0-cp27-cp27mu-linux_x86_64.whl 1 ------------------------------------------------------------ |
This because the pip version is too old, but wheel package is latest. Please update your pip by |
Thanks a lot. |
create high_low_level_api.md
* add Naive partition group into PolySchedule * remove ExternalOp * add data dependencies in tensors bound to the same buffer for RW schedule.
* add Op * support Paddle inference with ipu strategy * support paddle inference with popart options * delete useless if * delete useless if * pre-commit * pre-commit * mul updated * pre-commit * delete spaces * delete spaces * lookuptable Op update * lookuptable unitest * pre-commit * rename table_size_
fix run.sh of custom operator
* Add graphsage withoud self-loop * change next_num_nodes line * temp commit * move id tensor position * change vlog num * merge gpugraph, add graphsage optimization, refactor reindex, add graphsage infer * add review * add graphsage optimize, add geometric * update fill_dvalue * add geometric * v2 version * v2 version * delete unused code * update fill_dvalue
* fix docs
* Add graphsage withoud self-loop * change next_num_nodes line * temp commit * move id tensor position * change vlog num * merge gpugraph, add graphsage optimization, refactor reindex, add graphsage infer * add review * add graphsage optimize, add geometric * update fill_dvalue * add geometric * v2 version * v2 version * delete unused code * update fill_dvalue
…PaddlePaddle#94) Co-authored-by: dingyuandong <dingyuandong@baidu.com>
Add a simple tutorial to README.md
I can successfully build out the paddle but while I install "py_paddle-0.8.0b0-cp27-cp27mu-linux_x86_64.whl", it failed and promt:
~/workspace/Paddle/build$ sudo pip install /opt/paddle/share/wheels/*.whl
py_paddle-0.8.0b0-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.
Storing debug log for failure in /home/yu/.pip/pip.log
How shall I fix it or work around it?
My configuration:
cmake -DWITH_GPU=ON -DWITH_DOC=OFF -DMKL_ROOT=/opt/intel/compilers_and_libraries_2016.3.210/linux/mkl/ -DCUDNN_ROOT=/usr/local/cuda -DWITH_SWIG_PY=ON -DCMAKE_INSTALL_PREFIX=/ ..
paddle version
PaddlePaddle 0.8.0b0, compiled with
with_avx: ON
with_gpu: ON
with_double: OFF
with_python: ON
with_rdma: OFF
with_glog: ON
with_gflags: ON
with_metric_learning:
with_timer: OFF
with_predict_sdk:
The text was updated successfully, but these errors were encountered: