PRBonn/make_it_dense

ModuleNotFoundError: No module named 'make_it_dense.models'

Closed this issue · 3 comments

@nachovizzo
Hi, Thanks for your great work!
image
I had this problem after a tough environment configuration. Is the code complete?

Hello. It looks like you couldn't properly install the python package. What's the output of this command on the terminal?

$ python3 -c 'import make_it_dense'

Hi. The problem should be that the 'models' subdirectory is missing so that the 'CompletionNet' cannot be imported.
image

I can't find the ‘models’ directory in 'src/make_it_dense'.
image

@zxczrx123 Thanks a lot! That folder slipped out of my fingers! Sorry