We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba68e73 commit c95c9f9Copy full SHA for c95c9f9
setup.py
@@ -2,6 +2,7 @@
2
import distutils
3
import os
4
import sys
5
+import traceback
6
7
import setuptools
8
from setuptools import setup, Extension
@@ -198,7 +199,7 @@ def run_setup(setup_args):
198
199
print("WARNING:", ex_value)
200
print()
201
print("=" * 75)
- # traceback.print_exc()
202
+ traceback.print_exc()
203
204
205
print("WARNING: For the compiled libraries numpy is required. Please make sure they are installed")
0 commit comments