iPERDance / iPERCore

Liquid Warping GAN with Attention: A Unified Framework for Human Image Synthesis
https://iperdance.github.io/work/impersonator-plus-plus.html
Apache License 2.0
2.42k stars 316 forks source link

Failed building wheel for neural-renderer #86

Closed Slithersy closed 3 years ago

Slithersy commented 3 years ago

Hello! I was getting this error when trying to install the software - https://pastebin.com/rpQJftPJ After a while, I came upon some things to try:

After doing all these things, I managed to squeeze down the error into this - https://pastebin.com/4dvDJW5C I've noticed while wheeling neural-renderer, a new file would be created in AppData\Local\Temp\, and it was trying to reach build\temp.win-amd64-3.6\Release\neural_renderer\cuda\load_textures_cuda.obj in this file (I assume), I managed to copy it quickly enough and noticed "build" isn't even a folder in it, but "neural_renderer\cuda\load_textures_cuda.obj" does exist.

That's about as far as I got after 15+ hours of trying to fix this error, any ideas? I've noticed other people had this issue too, I've tried their fixes yet none of what I tried worked. I use Windows 10, with a Nvidia 1060 3GB GPU.

Slithersy commented 3 years ago

Okay, so I figured out what the problem is. Apparently, this software does NOT like the newest version of Visual Studio 2019, so I had to download an older version (16.8.4). If you want to fix this, remove your current Visual Studio 2019, and install BuildTools (16.8.4) here https://docs.microsoft.com/en-us/visualstudio/releases/2019/history

Though, later on I had more issues, so I found a solution: Do NOT try and install this software... it's such a hassle, really... just open google collab and run the things there step by step... trust me it'll save you a lot of hassle!