-
Notifications
You must be signed in to change notification settings - Fork 94
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
Comments
Following Linux Error is thrown: ERROR: h2o4gpu-0.3.2-cp36-cp36m-linux_x86_64.whl is not a supported wheel on this platform |
What linux distributive do you use? |
Using Ubuntu 18.04 |
Could you provide end-to-end example( |
I also tried doing
Where the whl file resides and running both pip and pip3
Eventually I was able to install via Anaconda |
You need to use python 3.6. |
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):
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
The text was updated successfully, but these errors were encountered: