-
Notifications
You must be signed in to change notification settings - Fork 84
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
Comments
@shilongshen and run the commands: python3 setup.py install |
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. |
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' |
@Yuchen-Hou0210 |
您好,我已收到您的邮件。
|
I have the same problem. Have you solved it? |
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
The text was updated successfully, but these errors were encountered: