Skip to content
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

Closed
apollos opened this issue Sep 19, 2016 · 4 comments
Closed

Install whl failed #94

apollos opened this issue Sep 19, 2016 · 4 comments
Assignees
Labels

Comments

@apollos
Copy link

apollos commented Sep 19, 2016

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:

@F0REacH
Copy link
Contributor

F0REacH commented Sep 19, 2016

Hi, @apollos . I've had similar issue: python/pip was installed with multiple versions 2.7 and 3.5

foreach@linux-PC:~> pip2.7 --version
pip 8.1.2 from /usr/lib/python2.7/site-packages (python 2.7)
foreach@linux-PC:~> pip --version
pip 8.1.1 from /usr/lib/python3.5/site-packages (python 3.5)

Had to run

foreach@linux-PC:~> sudo update-alternatives --config pip
to set pip version to 2.7 manually

@apollos
Copy link
Author

apollos commented Sep 20, 2016

Thanks for your help. But it seems not my issue

:~$ pip --version
pip 1.5.4 from /usr/lib/python2.7/dist-packages (python 2.7)

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
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

1 ------------------------------------------------------------
2 /usr/bin/pip2 run on Tue Sep 20 18:54:32 2016
3 py_paddle-0.8.0b0-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.
4 Exception information:
5 Traceback (most recent call last):
6 File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
7 status = self.run(options, args)
8 File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 257, in run
9 InstallRequirement.from_line(name, None))
10 File "/usr/lib/python2.7/dist-packages/pip/req.py", line 168, in from_line
11 raise UnsupportedWheel("%s is not a supported wheel on this platform." % wheel.filename)
12 UnsupportedWheel: py_paddle-0.8.0b0-cp27-cp27mu-linux_x86_64.whl is not a supported wheel on this platform.

@reyoung reyoung self-assigned this Sep 21, 2016
@reyoung
Copy link
Collaborator

reyoung commented Sep 21, 2016

This because the pip version is too old, but wheel package is latest.

Please update your pip by pip install pip --upgrade

@apollos
Copy link
Author

apollos commented Sep 21, 2016

Thanks a lot.

@apollos apollos closed this as completed Sep 21, 2016
zhhsplendid pushed a commit to zhhsplendid/Paddle that referenced this issue Sep 25, 2019
thisjiang pushed a commit to thisjiang/Paddle that referenced this issue Oct 28, 2021
* add Naive partition group into PolySchedule

* remove ExternalOp

* add data dependencies in tensors bound to the same buffer

for RW schedule.
gglin001 pushed a commit to graphcore/Paddle-fork that referenced this issue Dec 8, 2021
* 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_
wangxicoding pushed a commit to wangxicoding/Paddle that referenced this issue Dec 9, 2021
zhoutianzi666 pushed a commit to zhoutianzi666/Paddle that referenced this issue May 23, 2022
DesmonDay added a commit to DesmonDay/Paddle that referenced this issue Aug 29, 2022
* 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
AnnaTrainingG pushed a commit to AnnaTrainingG/Paddle that referenced this issue Sep 19, 2022
zmxdream pushed a commit to zmxdream/Paddle that referenced this issue Dec 7, 2022
* 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
qizhaoaoe pushed a commit to qizhaoaoe/Paddle that referenced this issue Mar 3, 2023
qingshui added a commit to jiaoxuewu/PaddleBox that referenced this issue Dec 1, 2023
AnnaTrainingG pushed a commit to AnnaTrainingG/Paddle that referenced this issue Dec 6, 2023
lizexu123 pushed a commit to lizexu123/Paddle that referenced this issue Feb 23, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

4 participants