visual_genome_python_driver icon indicating copy to clipboard operation
visual_genome_python_driver copied to clipboard

ModuleNotFoundError: No module named 'src'

Open vighneshck opened this issue 7 years ago • 2 comments

When I mention the following line in my Python3 code and run:

from src import api as vg

I am getting the above mentioned error. Please help?

Note: I have git cloned the repo, and even run the setup.py successfully.

vighneshck avatar May 23 '18 14:05 vighneshck

from visual_genome import api as vg

PengBoXiangShang avatar Nov 28 '18 17:11 PengBoXiangShang

Senior from BUPT

wyh196646 avatar Apr 12 '22 02:04 wyh196646