-
Notifications
You must be signed in to change notification settings - Fork 50
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
Installing NVTX on python fails in nvidia docker image. #48
Comments
Thanks for reporting. Is there any more information reported indicating exactly what went wrong in the |
|
Ah -- thanks. We don't have pre-built wheels for Python 3.9 just yet. I just opened #49 to address this. Once that's merged, I'll push the wheels onto PyPI and update here. |
Hey, is there anything I can do to expedite the PR merge? |
Thanks, and apologies for the delay. I'll aim to get it merged in today. |
Hi @golanor - could you please confirm that the |
Still fails:
|
Could I please see the full output? |
Hmm it could be because you're on Ubuntu 18.04. I'll try to repro in this docker container and report back. |
Hi @golanor, as a workaround try building your image from NGC PyTorch image( |
Thanks, but installing PyTorch will make my already too bloated docker image even more so. |
Installing NVTX without a prebuilt wheel has been resolved on dev branch in commit 32ded0e Confirmed by running |
Hi,
I'm trying to install nvtx using pip inside an nvidia docker image
nvidia/cuda:11.2.2-cudnn8-devel-ubuntu18.04
I'm installed python 3.9 alongside with pip, and when running
I get:
At first I thought this is the same as #43 , but I see these are not exactly the same issue. I'd rather not build the wheel inside the docker, or install conda.
A minimal dockerfile that fails:
The text was updated successfully, but these errors were encountered: