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 404ed7b commit 64d4557Copy full SHA for 64d4557
setup.py
@@ -1,6 +1,6 @@
1
# This needs to be the very first thing to use distribute
2
-from distribute_setup import use_setuptools
3
-use_setuptools()
+#from distribute_setup import use_setuptools
+#use_setuptools()
4
import sys, glob, os, numpy, subprocess
5
major, minor1, minor2, s, tmp = sys.version_info
6
if major==2 and minor1<4 or major<2:
0 commit comments