-
Notifications
You must be signed in to change notification settings - Fork 236
[Windows 10] No module named 'resample2d_cuda' #50
Comments
under "third_party\flownet2\networks\resample2d_package", there will be a setup.py file. Please edit line 8 to reflect the following changes 'cxx_args = ['-std=c++14']'. curreny repo is set to c++11 standard and is having compiling issues. Replace it with C++14 and that should do the trick. |
Still no luck I'm afraid as I'm getting the same error despite the change. Edit 1: Is it possible that Torch 1.4.0 must be installed and no higher versions? Edit 2: Ok, I've managed to install Torch 1.4.0 via Conda. On Win10, using Pip doesn't work for some reason. Now I'm getting a new error when trying to execute python setup.py build:
|
By changing c++11 ti c++14 and running
i get the following error:
my CUDA Version: |
First of all thank you for this fantastic program.
I'm confident it's going to be a game-changer.
I'm trying to use it on Windows 10 and I've managed to install the needed packages using Anaconda.
However, I'm getting this error message: No module named 'resample2d_cuda'.
Reading up different solutions I've found out that I need to go to "third_party\flownet2\networks\resample2d_package"
and enter:
python setup.py build
python setup.py install
(Source: NVIDIA/vid2vid#30 )
However, executing the first line gives me the following:
Any idea what I'm doing wrong?
I must say I'm not a programmer and I'm barely familiar with the Python/Linux stuff.
So any help is very much apprechiated.
The text was updated successfully, but these errors were encountered: