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

No module named 'block_extractor_cuda' #86

Open
sanazsab opened this issue Oct 22, 2021 · 5 comments
Open

No module named 'block_extractor_cuda' #86

sanazsab opened this issue Oct 22, 2021 · 5 comments

Comments

@sanazsab
Copy link

sanazsab commented Oct 22, 2021

How could I solve the problem with

from models.networks.block_extractor.block_extractor import BlockExtractor

File "/Midgard/home/sanazsab/virtual-tryon/dressing-in-order/models/networks/block_extractor/block_extractor.py", line 3, in
import block_extractor_cuda
ModuleNotFoundError: No module named 'block_extractor_cuda'

This is the exact program I run for setup.py, but the below error pops up.

error: command '/Midgard/home/sanazsab/miniconda3/envs/DIO/bin/x86_64-conda-linux-gnu-cc' failed with exit status 1.

@yyyqwq
Copy link

yyyqwq commented Dec 7, 2022

How to solve, bro

@johannakarras
Copy link

I was able to solve this by changing line 8 of ./model/networks/block_extractorsetup.py to cxx_args = ['-std=c++14']. Similarly for the setup.py scripts of "local_attn_reshape" and "resample2d_package".

@itouchzh
Copy link

I encountered the same error, changing to c++14 does not solve the problem. Do you have other solutions, please
image

@Cauthygaussian
Copy link

i meet the problem as well

@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

6 participants