You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @yashkant and @junj1ehx
You have runned this project with 2 titan gpu and python 3.6
Since version of python is 3.6, so Cuda should be 10 or less for computer despite couldn't detecting GPU.
But now I want to run this project with RTX 3090 (24 ram) Cuda for this nvidia should be more than 11 cause otherwise couldn't detected GPU in that program.
Now I run this project with cuda 12, python 3.8 and pythorch with cuda 11.7 when it runned gpu was detected but I have following error.
from .cphoc import build_phoc as _build_phoc_raw
ImportError: libpython3.6m.so.1.0: cannot open shared object file: No such file or directory
What should I do?
How can I convert python to newer version from 3.6 to 3.8 or 3.9 and that project run correctly?
The text was updated successfully, but these errors were encountered:
Hi @yashkant and @junj1ehx
You have runned this project with 2 titan gpu and python 3.6
Since version of python is 3.6, so Cuda should be 10 or less for computer despite couldn't detecting GPU.
But now I want to run this project with RTX 3090 (24 ram) Cuda for this nvidia should be more than 11 cause otherwise couldn't detected GPU in that program.
Now I run this project with cuda 12, python 3.8 and pythorch with cuda 11.7 when it runned gpu was detected but I have following error.
What should I do?
How can I convert python to newer version from 3.6 to 3.8 or 3.9 and that project run correctly?
The text was updated successfully, but these errors were encountered: