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

ModuleNotFoundError: No module named 'btcdet.utils' #40

Open
yeoeun-oh opened this issue Aug 30, 2022 · 1 comment
Open

ModuleNotFoundError: No module named 'btcdet.utils' #40

yeoeun-oh opened this issue Aug 30, 2022 · 1 comment

Comments

@yeoeun-oh
Copy link

after 'python3 setup.py develop'

Traceback (most recent call last):
File "train.py", line 6, in
from test import repeat_eval_ckpt
File "/tmp/BtcDet/tools/test.py", line 14, in
from btcdet.datasets import build_dataloader
File "/usr/local/lib/python3.6/dist-packages/btcdet/datasets/init.py", line 5, in
from btcdet.utils import common_utils
ModuleNotFoundError: No module named 'btcdet.utils'

@DheerajYarlagadda
Copy link

try:
import sys
sys.path.append("/path/to/dir")

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

2 participants