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 'renderer' #6

Open
airalcorn2 opened this issue Mar 6, 2019 · 0 comments
Open

ModuleNotFoundError: No module named 'renderer' #6

airalcorn2 opened this issue Mar 6, 2019 · 0 comments

Comments

@airalcorn2
Copy link

airalcorn2 commented Mar 6, 2019

If I just run:

python3 nobg_nodm.py

in the root working directory, I get the follow error:

Traceback (most recent call last):
  File "nobg_nodm.py", line 5, in <module>
    import utils.realtime_renderer as rtr
  File "/home/michael/mv3d/utils/realtime_renderer.py", line 1, in <module>
    from renderer import *
ModuleNotFoundError: No module named 'renderer'

If I move everything out of utils into the root working directory and change:

import utils.realtime_renderer as rtr

from utils.tf_utils import *

to:

import realtime_renderer as rtr

from tf_utils import *

it makes it past this error.

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