We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8b1af commit f20b6d2Copy full SHA for f20b6d2
setup.py
@@ -355,6 +355,6 @@ def build_extensions(self):
355
except SystemExit as e:
356
print("\nAn error occurred while compiling Cython extensions.")
357
print("Either fix the compilation issue or use the PYGSTI_CYTHON_SKIP to skip compilation,",)
358
- print('e.g. PYGSTI_CYTHON_SKIP=1 pip install pygsti\n')
359
- print("To enable partial Cython failures (i.e. the exclude_failures=True flag of cythonize), use PYGSTI_CYTHON_EXCLUDE_FAILURES instead.")
+ print('e.g. PYGSTI_CYTHON_SKIP=1 pip install pygsti')
+ print("To enable partial Cython failures (i.e. the exclude_failures=True flag of cythonize), use PYGSTI_CYTHON_EXCLUDE_FAILURES instead.\n")
360
raise e
0 commit comments