Open SherZXH opened 1 year ago
Can I directly run "py.test --cov=g6k" in the terminal after uncommenting the line extra_compile_args += ["-DCYTHON_TRACE=1"] in setup py. and recompiling?
extra_compile_args += ["-DCYTHON_TRACE=1"]
setup py.
After running "py.test --cov=g6k" in the terminal, the error occurred in the picture described below.
Can I directly run "py.test --cov=g6k" in the terminal after uncommenting the line
extra_compile_args += ["-DCYTHON_TRACE=1"]
insetup py.
and recompiling?