Skip to content
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

Error when running project with newer version #1316

Open
kobrafarshidi opened this issue Jun 27, 2023 · 0 comments
Open

Error when running project with newer version #1316

kobrafarshidi opened this issue Jun 27, 2023 · 0 comments

Comments

@kobrafarshidi
Copy link

❓ Questions and Help

Hi,
I am working on, one of textvqa projects (SAM) that published after MMF. But when I am running it, I have some problem.
This project is runed with 2 titan gpu and python 3.6 by writer of this article.
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 and python 3.8 and pythorch with cuda 11.7 when it was runned gpu 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?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant