deltapointers icon indicating copy to clipboard operation
deltapointers copied to clipboard

I can't run setup.py with an error.

Open manggoguy opened this issue 4 years ago • 0 comments

I run command "./setup.py run --build deltatags-test clang-lto deltatags", but the error occurs. The error messages are below. Traceback (most recent call last): File "./setup.py", line 15, in setup.add_instance(infra.instances.ClangLTO(DeltaTags.llvm)) AttributeError: module 'infra.instances' has no attribute 'ClangLTO'

How can I do to run "setup.py"?

manggoguy avatar Mar 25 '20 09:03 manggoguy