-
Notifications
You must be signed in to change notification settings - Fork 47
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 nvtx on macOs #80
Comments
Hi gougouasmi, NVTX is not supported on macOS. NVIDIA's developer tools (e.g. Nsight Systems, Nsight Compute, etc.) do not support macOS as a target platform (i.e. where you run a program and capture data from it), so there's nothing your NVTX calls would do on macOS anyway. Are you just trying to get the source on your Mac to write code that you intend to run or Linux or Windows? |
Thank you for the prompt reply @jcohen-nvidia ! You're right. I thought I could still profile python codes running on my mac's CPU. I didn't think this through. |
Hi @gougouasmi -- there are two issues here that need to be resolved:
Can you try that and let us know how it works? |
Hello! I'm trying to install nvtx on macOs using pip. I've attached error messages as .txt files (attempts using python3.7, 3.8 and 3.9)
py37_nvtx_pip_attempt.txt
py38_nvtx_pip_attempt.txt
py39_nvtx_pip_attempt.txt
The text was updated successfully, but these errors were encountered: