-
Notifications
You must be signed in to change notification settings - Fork 15
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
from pytorch3d import _C #18
Comments
what is your 1.py |
from pytorch3d import _C |
why do you do that? you can just run python train.py or python test.py |
thanks,i try again |
I have the same issue, even if I only run the train.py. It seems to happen at blending.py |
did you install pytorch3d? |
Yes, pytorch3d 0.7.6 Trying to run it on python 3.10 |
I think there is something wrong with your pytorch3d installation. that error is definitely from pytorch3d. Could you install pytorch3d using the source code? |
I tried creating a new environment but it still seems like Torch and PyTorch3D are not working correctly. I installed them as stated in their installation guides for windows. I now get the error: AssertionError: Torch not compiled with CUDA enabled I have had this error on my other environment as well, but I fixed it there. Can't seem to be able to fix it this time. I suspect it's because of incorrect paths but I am not quite sure. |
well sorry but that should be something related to pytorch/pytorch3d installation. It seems your python/pytorch3d version is quite old, so I recommend updating them |
File "D:/learning/InterWild-main/InterWild-main/1.py", line 1, in
from pytorch3d import _C
ImportError: DLL load failed while importing _C:
The text was updated successfully, but these errors were encountered: