-
Notifications
You must be signed in to change notification settings - Fork 15
tensorflow.python.framework.errors_impl.NotFoundError: <username>/.local/lib/python3.6/site-packages/nvtx/plugins/tf/lib/nvtx_ops.cpython-36m-x86_64-linux-gnu.so: cannot open shared object file: No such file or directory #13
Comments
Could you please add the full error that you obtain. Thanks |
If the above helps, Thanks. |
.I am also facing the same problem. Here is my stacktrace Python 3.6.10 |Anaconda, Inc.| (default, Mar 23 2020, 23:13:11)
Thanks |
@xintin @akemisetti please provide a docker container to reproduce your issue. Unfortunately, I can't reproduce your issue, nor the CI suite we have in place. |
Sorry for the late comment, I was off this work a bit. My python version is Python 3.6.9, tf version is 2.3.0 now. Followed by Issue: While installing nvtx-plugins, I cannot see lib folder being created under Are you able to reproduce the same error? Thanks, |
I got the same problems, I found that in https://github.com/NVIDIA/nvtx-plugins/blob/master/setup_utils.py#L413 |
Hi, I am facing same issue. Do we any solution for this now? |
I am trying to use nvtx Plugin binding for the Python. It is a Linux machine with below config.
I did python3 -m pip install nvtx-plugins and now while importing as
import nvtx.plugins.tf as nvtx_tf
, I am getting the mentioned error. Tried manually searching for the dynamic file but could not find it.I am referring https://nvtx-plugins.readthedocs.io/en/latest/templates/examples.html#tensorflow-session-example
The text was updated successfully, but these errors were encountered: