facebookresearch / mmf

A modular framework for vision & language multimodal research from Facebook AI Research (FAIR)

Home Page:https://mmf.sh/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Error when running project with newer version

kobrafarshidi opened this issue · comments

❓ 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?