Skip to content
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

ModuleNotFoundError: No module named 'resample2d_cuda' #65

Open
hhuyujie opened this issue Oct 16, 2020 · 7 comments
Open

ModuleNotFoundError: No module named 'resample2d_cuda' #65

hhuyujie opened this issue Oct 16, 2020 · 7 comments

Comments

@hhuyujie
Copy link

As the title says, I've tried many times, initially thinking the problem was the setting of setup.py, but it still doesn't work

@shilongshen
Copy link

hey! I meet the same problem, did you solve it ? @hhuyujie @RenYurui

@Yuchen-Hou0210
Copy link

@shilongshen
Go to the folder:
Global-Flow-Local-Attention-master/model/networks/resample2d_package/

and run the commands:
python3 setup.py build
and

python3 setup.py install

@maflx
Copy link

maflx commented Jun 14, 2021

I had the same problem.

In my case it was caused because I was working in a virtual environment and when I compiled the modules they were created for the user but not for the environment.

If that is the case, you should remove the --user flag for each module.

@Bo-Yang-web
Copy link

@shilongshen Go to the folder: Global-Flow-Local-Attention-master/model/networks/resample2d_package/

and run the commands: python3 setup.py build and

python3 setup.py install

Hey!I meet a new problem, my codes run perfect in this part, but my whole module still can not done, and still back No module named 'resample2d_cuda'

@Bowen-sdu
Copy link

@Yuchen-Hou0210
I meet the problem when run the command :python3 setup.py build.
image
I can not solve it.

@hhuyujie
Copy link
Author

hhuyujie commented Aug 8, 2022 via email

@Yomiko11
Copy link

I have the same problem. Have you solved it?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

7 participants