chaneyddtt / Convolutional-Sequence-to-Sequence-Model-for-Human-Dynamics

Source code of paper "Convolutional Sequence to Sequence Model for Human Dynamics"
MIT License
86 stars 18 forks source link

ImportError: Building module data_utils_cvt failed: ["distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1\n"] #8

Open wudu666 opened 3 years ago

wudu666 commented 3 years ago

ImportError: Building module data_utils_cvt failed: ["distutils.errors.CompileError: command 'x86_64-linux-gnu-gcc' failed with exit status 1\n"] What causes this problem?

wudu666 commented 3 years ago

Add: the above problems appear in my implementation of Python src / AC_ mani.py

zzhang1987 commented 3 years ago

It seams that there is an compiling error when convert the pyx file to a python module. Would you please provide more detailed build log?

CraneHzm commented 1 year ago

I also have this problem. Can you give me your settings, e.g. python version, tensorflow version?

wudu666 commented 1 year ago

您的邮件我已经收到,会尽快回复。

chaneyddtt commented 1 year ago

Hi @CraneHzm, Can you try on python 3.5.x and tensorflow 1.2?