-
Notifications
You must be signed in to change notification settings - Fork 314
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
Getting ImportError: No module named cuda.load_textures #20
Comments
akashdexati, I have spent all day trying to get this to work. Like you I only have one neural_renderer. I created a new Environment with Python 3.6, and got everything setup (I also needed the Nvidia CUDA toolkit) But now I am stuck with this error. (I tried the latest github of "neural_renderer" but that didn't compile like this one did.) Any help with this would be great, I am on Windows 7. EDIT: So now I'm getting so I ran "pip uninstall h5py" (I had to run it twice, for duplicate versions) This fixed the h5py error. But when I tried the demo again, so it seems that it wasn't tensorflow causing it. |
goto the directory of neural_renderer\neural_renderer, then run the python
|
I had the same problem, I'm using pycharm. The problem is beacause the import package can't be in the same path with the demo.py. My solution is copy the /neural_renderer to another path, then add it as an external lib. |
Hi @StevenLiuWen @piaozhx @ak9250
I followed the exact steps mentioned in README.md
On running <demo_swap.py> it runs into "ImportError: No module named cuda.load_textures"
I have referred daniilidis-group/neural_renderer#17
But in my case there is only one neural_renderer.
Can you please guide me on the issue.
Thanks
The text was updated successfully, but these errors were encountered: