ModuleNotFoundError

When I use fairseq-py, input python generate.py, it says ModuleNotFoundError: No module named ‘fairseq.temporal_convolution_tbc._temporal_convolution_tbc’

if you read the instructions for running fairseq-py, they have a build step:

See the section:
Install fairseq-py by cloning the GitHub repository and running:

Thanks, but when I run the command ‘python setup.py build’, it turned out an error ‘cffi.error.VerificationError: CompileError: command ‘gcc’ failed with exit status 1’, what dose this mean?

hmm i do not know, can you post a full log of the output of the command.