Browse Source

Add missing import for sysconfig

Bo Yang 6 years ago
parent
commit
f6a2f573f0
1 changed files with 1 additions and 0 deletions
  1. 1 0
      python/setup.py

+ 1 - 0
python/setup.py

@@ -5,6 +5,7 @@ import glob
 import os
 import os
 import subprocess
 import subprocess
 import sys
 import sys
+import sysconfig
 import platform
 import platform
 
 
 # We must use setuptools, not distutils, because we need to use the
 # We must use setuptools, not distutils, because we need to use the