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

PIP Install of Python Wheels fails for CUDA 10.1 #804

Closed
cetoh opened this issue Oct 29, 2019 · 6 comments
Closed

PIP Install of Python Wheels fails for CUDA 10.1 #804

cetoh opened this issue Oct 29, 2019 · 6 comments

Comments

@cetoh
Copy link

cetoh commented Oct 29, 2019

The current lastest stable release in the CUDA 10 link seems to be 0.3.2 however the linux pip-install indicates it is 0.3.0. It should be noted that this version also does not seem to work.

Download the Python wheel file (For Python 3.6):

Stable:
    CUDA9.0 - linux_x86_64
    CUDA10 - linux_x86_64
    CUDA9.0 - linux_ppc64le
    CUDA10 - linux_ppc64le
Bleeding edge (changes with every successful master branch build):
    CUDA10.0 - linux_x86_64
    CUDA10.0 - linux_ppc64le

Start a fresh pyenv or virtualenv session.

Install the Python wheel file. NOTE: If you don't use a fresh environment, this will overwrite your py3nvml and xgboost installations to use our validated versions.

pip install h2o4gpu-0.3.0-cp36-cp36m-linux_x86_64.whl

@cetoh cetoh changed the title PIP Install of Python Wheels fails for CUDA 10 0.3.2 PIP Install of Python Wheels fails for CUDA 10.1 Oct 29, 2019
@cetoh
Copy link
Author

cetoh commented Oct 29, 2019

Following Linux Error is thrown:

ERROR: h2o4gpu-0.3.2-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform

@sh1ng
Copy link
Contributor

sh1ng commented Oct 30, 2019

What linux distributive do you use?

@cetoh
Copy link
Author

cetoh commented Oct 30, 2019

Using Ubuntu 18.04

@sh1ng
Copy link
Contributor

sh1ng commented Nov 1, 2019

Could you provide end-to-end example(python -m pip install h2o4gpu) with output from python --version and hostnamectl.
Seems like you are trying to install the inappropriate wheel.

@cetoh
Copy link
Author

cetoh commented Nov 1, 2019

python -m pip install h2o4gpu
Collecting h2o4gpu
  ERROR: Could not find a version that satisfies the requirement h2o4gpu (from versions: none)
ERROR: No matching distribution found for h2o4gpu

python --version
Python 3.7.4

hostnamectl
Static hostname: brodyserver
         Icon name: computer-desktop
           Chassis: desktop
        Machine ID: 1118f9219be1442887bd33cfb6286293
           Boot ID: c920c6b4ba754d93afc73281c6bd4ea9
  Operating System: Ubuntu 18.04.3 LTS
            Kernel: Linux 5.0.0-32-generic
      Architecture: x86-64

I also tried doing

cd /home/.../Downloads

Where the whl file resides and running both pip and pip3

pip install h2o4gpu-0.3.2-cp36-cp36m-linux_x86_64.whl
pip3 install h2o4gpu-0.3.0-cp36-cp36m-linux_x86_64.whl

Eventually I was able to install via Anaconda

@sh1ng
Copy link
Contributor

sh1ng commented Nov 4, 2019

You need to use python 3.6.

#808

@sh1ng sh1ng closed this as completed Nov 4, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants