-
Notifications
You must be signed in to change notification settings - Fork 1.4k
ImportError: dlopen(): Symbol not found after installation #26
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
Comments
@semihcanturk this looks like an error with building CUDA. Can you share more details about the environment you are using e.g. CUDA version? |
I was trying to get it working on CPU only, don't have CUDA available unfortunately. INSTALL.md mentions some components have CPU implementations in C++/Pytorch as well, but I assume this particular tutorial requires GPU implementations in this case. |
See also #29 (which is a dupe of this issue but with a different title and seen running in the tutorial colab notebooks context) |
Hi, |
@sinanmut @REscanDon @semihcanturk I am looking into this and will report back soon. |
@sinanmut your issue is now resolved. @semihcanturk we are making some changes so the library can be built for cpu only. We will try to get this fixed ASAP. In the meantime please see #29 for instructions on how to run the tutorials in a collab environment. |
@semihcanturk a fix has been landed in master so please try again with the latest version of the repo. If you still experience problems feel free to reopen this issue. |
I don't have any errors any more, thanks a lot! |
I'm afraid the issue persists on my end. Reinstalled the latest master via
has been replaced by this simpler message: Can you reopen the issue? Thanks! |
@semihcanturk can you try doing |
That is how it is right now. I also tried moving |
@semihcanturk it seems PyTorch3D was not installed properly. Did you try pip uninstall and reinstalling? |
yup. tried uninstall/installing both the default |
oh, my apologies - I think the issue arose from the cloned repo (where the tutorials are) rather than the installed pytorch3d package. It seems to be resolved now that I ran I have, however, encountered a new one in |
ok great! I will close this issue! |
After installing the requirements, running the
render_textured_meshes.ipynb
fails on the first cell with the following error:Instructions To Reproduce the Issue:
python setup.py build develop
from root directoryrender_textured_meshes.ipynb
Any help is much appreciated, thanks!
The text was updated successfully, but these errors were encountered: