facebookresearch/mvp

ModuleNotFoundError: No module named 'utilslib'

Closed this issue · 9 comments

Hi , thanks for share with this awsome job , have nice day:-)
When I just want to render the demo in the experiment data ,I got this error :-) By the way ,I have compiled the extension file
2022-07-06 23-31-21 的屏幕截图

can you share what command you ran and what directory you were in when you got that error?

Hi ,@stephenlomvardi .this is what I did 👍
sendpix0
Sorry for delay repling ,cause I am working:-)
Have a nice day:-),nice job

hm my guess is that this is related to the pytorch or cuda version you're using. the project readme says cuda 10 but my current environment has cuda 11 and pytorch 1.11 and things build/run okay for me. can you share your python, pytorch, and cuda versions?

another thing that might help is to post the output from building the extensions to see if there's any warnings there (make sure to cd to extensions/utils, rm -r build first then make).

Hi,thanks for reply:-). As for version issue ,I think the same way , I will try to obey the closed isuee which mentioned the version of pytorch and cuda gcc .etc. I will figure out of it , let me try,haha:-)

2022-07-08 22-31-36 的屏幕截图
this is mine current vitural environment:-)

did you ever end up getting this to work?

did you ever end up getting this to work?

Hi,thanks for reply ,I have solved the issue with the exact version mentioned in #1

glad to hear!