Advertisement
pleabargain

pip install scikit-image fails on c9

Jan 9th, 2017
583
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 44.66 KB | None | 0 0
  1. 0,
  2. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  3. from sklearn/utils/sparsetools/_graph_tools.c:289:
  4. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
  5. _import_array(void)
  6. ^
  7. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/sparsetools/_graph_tools.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/sklearn/utils/sparsetools/_graph_tools.so
  8. building 'sklearn.utils.sparsefuncs_fast' extension
  9. compiling C sources
  10. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  11.  
  12. compile options: '-I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  13. x86_64-linux-gnu-gcc: sklearn/utils/sparsefuncs_fast.c
  14. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  15. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  16. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  17. f from sklearn/utils/sparsefuncs_fast.c:287:
  18. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  19. #warning "Using deprecated NumPy API, disable it by " \
  20. ^
  21. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/sparsefuncs_fast.o -Lbuild/temp.linux-x86_64-2.7 -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/sparsefuncs_fast.so
  22. building 'sklearn.utils.arrayfuncs' extension
  23. compiling C sources
  24. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  25.  
  26. compile options: '-Isklearn/src/cblas -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  27. x86_64-linux-gnu-gcc: sklearn/utils/arrayfuncs.c
  28. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  29. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  30. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  31. from sklearn/utils/arrayfuncs.c:313:
  32. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  33. #warning "Using deprecated NumPy API, disable it by " \
  34. ^
  35. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/arrayfuncs.o -Lbuild/temp.linux-x86_64-2.7 -lcblas -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/arrayfuncs.so
  36. building 'sklearn.utils.murmurhash' extension
  37. compiling C sources
  38. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  39.  
  40. compile options: '-Isklearn/utils/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  41. x86_64-linux-gnu-gcc: sklearn/utils/murmurhash.c
  42. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  43. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  44. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  45. from sklearn/utils/murmurhash.c:288:
  46. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  47. #warning "Using deprecated NumPy API, disable it by " \
  48. ^
  49. compiling C++ sources
  50. C compiler: c++ -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC
  51.  
  52. compile options: '-Isklearn/utils/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  53. c++: sklearn/utils/src/MurmurHash3.cpp
  54. c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/murmurhash.o build/temp.linux-x86_64-2.7/sklearn/utils/src/MurmurHash3.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/sklearn/utils/murmurhash.so
  55. building 'sklearn.utils.lgamma' extension
  56. compiling C sources
  57. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  58.  
  59. compile options: '-Isklearn/utils/src -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  60. x86_64-linux-gnu-gcc: sklearn/utils/lgamma.c
  61. x86_64-linux-gnu-gcc: sklearn/utils/src/gamma.c
  62. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/lgamma.o build/temp.linux-x86_64-2.7/sklearn/utils/src/gamma.o -Lbuild/temp.linux-x86_64-2.7 -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/lgamma.so
  63. building 'sklearn.utils.graph_shortest_path' extension
  64. compiling C sources
  65. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  66.  
  67. compile options: '-I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  68. x86_64-linux-gnu-gcc: sklearn/utils/graph_shortest_path.c
  69. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  70. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  71. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  72. from sklearn/utils/graph_shortest_path.c:289:
  73. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  74. #warning "Using deprecated NumPy API, disable it by " \
  75. ^
  76. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/graph_shortest_path.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/sklearn/utils/graph_shortest_path.so
  77. building 'sklearn.utils.fast_dict' extension
  78. compiling C++ sources
  79. C compiler: c++ -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -fPIC
  80.  
  81. compile options: '-I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  82. c++: sklearn/utils/fast_dict.cpp
  83. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  84. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  85. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  86. from sklearn/utils/fast_dict.cpp:308:
  87. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  88. #warning "Using deprecated NumPy API, disable it by " \
  89. ^
  90. sklearn/utils/fast_dict.cpp: In function ‘PyObject* __pyx_pw_7sklearn_5utils_9fast_dict_1argmin(PyObject*, PyObject*)’:
  91. sklearn/utils/fast_dict.cpp:21344:47: warning: ‘__pyx_v_min_key’ may be used uninitialized in this function [-Wmaybe-uninitialized]
  92. return PyInt_FromLong((long) value);
  93. ^
  94. sklearn/utils/fast_dict.cpp:3655:46: note: ‘__pyx_v_min_key’ was declared here
  95. __pyx_t_7sklearn_5utils_9fast_dict_ITYPE_t __pyx_v_min_key;
  96. ^
  97. c++ -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/fast_dict.o -Lbuild/temp.linux-x86_64-2.7 -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/fast_dict.so
  98. building 'sklearn.utils.seq_dataset' extension
  99. compiling C sources
  100. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  101.  
  102. compile options: '-I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  103. x86_64-linux-gnu-gcc: sklearn/utils/seq_dataset.c
  104. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  105. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  106. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  107. from sklearn/utils/seq_dataset.c:289:
  108. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  109. #warning "Using deprecated NumPy API, disable it by " \
  110. ^
  111. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/seq_dataset.o -Lbuild/temp.linux-x86_64-2.7 -o build/lib.linux-x86_64-2.7/sklearn/utils/seq_dataset.so
  112. building 'sklearn.utils.weight_vector' extension
  113. compiling C sources
  114. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  115.  
  116. compile options: '-Isklearn/src/cblas -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  117. x86_64-linux-gnu-gcc: sklearn/utils/weight_vector.c
  118. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  119. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  120. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  121. from sklearn/utils/weight_vector.c:313:
  122. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  123. #warning "Using deprecated NumPy API, disable it by " \
  124. ^
  125. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/weight_vector.o -Lbuild/temp.linux-x86_64-2.7 -lcblas -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/weight_vector.so
  126. building 'sklearn.utils._random' extension
  127. compiling C sources
  128. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  129.  
  130. compile options: '-I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  131. x86_64-linux-gnu-gcc: sklearn/utils/_random.c
  132. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  133. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  134. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  135. from sklearn/utils/_random.c:292:
  136. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  137. #warning "Using deprecated NumPy API, disable it by " \
  138. ^
  139. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/_random.o -Lbuild/temp.linux-x86_64-2.7 -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/_random.so
  140. building 'sklearn.utils._logistic_sigmoid' extension
  141. compiling C sources
  142. C compiler: x86_64-linux-gnu-gcc -pthread -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -fPIC
  143.  
  144. compile options: '-I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/local/lib/python2.7/dist-packages/numpy/core/include -I/usr/include/python2.7 -c'
  145. x86_64-linux-gnu-gcc: sklearn/utils/_logistic_sigmoid.c
  146. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarraytypes.h:1777:0,
  147. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:18,
  148. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  149. from sklearn/utils/_logistic_sigmoid.c:293:
  150. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/npy_1_7_deprecated_api.h:15:2: warning: #warning "Using deprecated NumPy API, disable it by " "#defining NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION" [-Wcpp]
  151. #warning "Using deprecated NumPy API, disable it by " \
  152. ^
  153. In file included from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/ndarrayobject.h:27:0,
  154. from /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/arrayobject.h:4,
  155. from sklearn/utils/_logistic_sigmoid.c:293:
  156. /usr/local/lib/python2.7/dist-packages/numpy/core/include/numpy/__multiarray_api.h:1448:1: warning: ‘_import_array’ defined but not used [-Wunused-function]
  157. _import_array(void)
  158. ^
  159. x86_64-linux-gnu-gcc -pthread -shared -Wl,-O1 -Wl,-Bsymbolic-functions -Wl,-Bsymbolic-functions -Wl,-z,relro -fno-strict-aliasing -DNDEBUG -g -fwrapv -O2 -Wall -Wstrict-prototypes -D_FORTIFY_SOURCE=2 -g -fstack-protector --param=ssp-buffer-size=4 -Wformat -Werror=format-security build/temp.linux-x86_64-2.7/sklearn/utils/_logistic_sigmoid.o -Lbuild/temp.linux-x86_64-2.7 -lm -o build/lib.linux-x86_64-2.7/sklearn/utils/_logistic_sigmoid.so
  160.  
  161. Successfully installed scikit-learn
  162. Cleaning up...
  163. pleabargain:~/workspace (master) $ sudo pip install scikit-image
  164. Downloading/unpacking scikit-image
  165. Downloading scikit-image-0.12.3.tar.gz (20.7MB): 20.7MB downloaded
  166. Running setup.py (path:/tmp/pip_build_root/scikit-image/setup.py) egg_info for package scikit-image
  167. Unable to find pgen, not compiling formal grammar.
  168. No eggs found in /tmp/easy_install-QMuOaA/Cython-0.25.2/egg-dist-tmp-Mf0in3 (setup script problem?)
  169. Traceback (most recent call last):
  170. File "<string>", line 17, in <module>
  171. File "/tmp/pip_build_root/scikit-image/setup.py", line 146, in <module>
  172. **extra
  173. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  174. dist = setup(**new_attr)
  175. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  176. return old_setup(**new_attr)
  177. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  178. _setup_distribution = dist = klass(attrs)
  179. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  180. Distribution.__init__(self, attrs)
  181. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  182. self.fetch_build_eggs(attrs.pop('setup_requires'))
  183. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  184. replace_conflicting=True
  185. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  186. raise DistributionNotFound(req)
  187. pkg_resources.DistributionNotFound: cython>=0.21
  188. Complete output from command python setup.py egg_info:
  189. Unable to find pgen, not compiling formal grammar.
  190.  
  191. No eggs found in /tmp/easy_install-QMuOaA/Cython-0.25.2/egg-dist-tmp-Mf0in3 (setup script problem?)
  192.  
  193. Traceback (most recent call last):
  194.  
  195. File "<string>", line 17, in <module>
  196.  
  197. File "/tmp/pip_build_root/scikit-image/setup.py", line 146, in <module>
  198.  
  199. **extra
  200.  
  201. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  202.  
  203. dist = setup(**new_attr)
  204.  
  205. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  206.  
  207. return old_setup(**new_attr)
  208.  
  209. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  210.  
  211. _setup_distribution = dist = klass(attrs)
  212.  
  213. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  214.  
  215. Distribution.__init__(self, attrs)
  216.  
  217. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  218.  
  219. self.fetch_build_eggs(attrs.pop('setup_requires'))
  220.  
  221. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  222.  
  223. replace_conflicting=True
  224.  
  225. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  226.  
  227. raise DistributionNotFound(req)
  228.  
  229. pkg_resources.DistributionNotFound: cython>=0.21
  230.  
  231. ----------------------------------------
  232. Cleaning up...
  233. Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/scikit-image
  234. Storing debug log for failure in /home/ubuntu/.pip/pip.log
  235. pleabargain:~/workspace (master) $ python
  236. python python3 python3.5 python3.5m
  237. python-config python3-config python3.5-config python3.5m-config
  238. python2 python3.4 python3.5-dbg python3m
  239. python2-config python3.4-config python3.5-dbg-config python3m-config
  240. python2.7 python3.4m python3.5dm
  241. python2.7-config python3.4m-config python3.5dm-config
  242. pleabargain:~/workspace (master) $ python2.7 generate.py
  243. Traceback (most recent call last):
  244. File "generate.py", line 8, in <module>
  245. import skimage.transform
  246. ImportError: No module named skimage.transform
  247. pleabargain:~/workspace (master) $ apt-cache search skimage
  248. pleabargain:~/workspace (master) $ pip install scikit-image
  249. Downloading/unpacking scikit-image
  250. Downloading scikit-image-0.12.3.tar.gz (20.7MB): 20.7MB downloaded
  251. Running setup.py (path:/tmp/pip_build_ubuntu/scikit-image/setup.py) egg_info for package scikit-image
  252. Unable to find pgen, not compiling formal grammar.
  253. No eggs found in /tmp/easy_install-JOBW2C/Cython-0.25.2/egg-dist-tmp-rbE3u3 (setup script problem?)
  254. Traceback (most recent call last):
  255. File "<string>", line 17, in <module>
  256. File "/tmp/pip_build_ubuntu/scikit-image/setup.py", line 146, in <module>
  257. **extra
  258. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  259. dist = setup(**new_attr)
  260. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  261. return old_setup(**new_attr)
  262. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  263. _setup_distribution = dist = klass(attrs)
  264. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  265. Distribution.__init__(self, attrs)
  266. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  267. self.fetch_build_eggs(attrs.pop('setup_requires'))
  268. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  269. replace_conflicting=True
  270. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  271. raise DistributionNotFound(req)
  272. pkg_resources.DistributionNotFound: cython>=0.21
  273. Complete output from command python setup.py egg_info:
  274. Unable to find pgen, not compiling formal grammar.
  275.  
  276. No eggs found in /tmp/easy_install-JOBW2C/Cython-0.25.2/egg-dist-tmp-rbE3u3 (setup script problem?)
  277.  
  278. Traceback (most recent call last):
  279.  
  280. File "<string>", line 17, in <module>
  281.  
  282. File "/tmp/pip_build_ubuntu/scikit-image/setup.py", line 146, in <module>
  283.  
  284. **extra
  285.  
  286. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  287.  
  288. dist = setup(**new_attr)
  289.  
  290. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  291.  
  292. return old_setup(**new_attr)
  293.  
  294. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  295.  
  296. _setup_distribution = dist = klass(attrs)
  297.  
  298. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  299.  
  300. Distribution.__init__(self, attrs)
  301.  
  302. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  303.  
  304. self.fetch_build_eggs(attrs.pop('setup_requires'))
  305.  
  306. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  307.  
  308. replace_conflicting=True
  309.  
  310. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  311.  
  312. raise DistributionNotFound(req)
  313.  
  314. pkg_resources.DistributionNotFound: cython>=0.21
  315.  
  316. ----------------------------------------
  317. Cleaning up...
  318. Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_ubuntu/scikit-image
  319. Storing debug log for failure in /home/ubuntu/.pip/pip.log
  320. pleabargain:~/workspace (master) $ sudo pip install scikit-image
  321. Downloading/unpacking scikit-image
  322. Downloading scikit-image-0.12.3.tar.gz (20.7MB): 20.7MB downloaded
  323. Running setup.py (path:/tmp/pip_build_root/scikit-image/setup.py) egg_info for package scikit-image
  324. Unable to find pgen, not compiling formal grammar.
  325. No eggs found in /tmp/easy_install-jEVCks/Cython-0.25.2/egg-dist-tmp-dUqlL9 (setup script problem?)
  326. Traceback (most recent call last):
  327. File "<string>", line 17, in <module>
  328. File "/tmp/pip_build_root/scikit-image/setup.py", line 146, in <module>
  329. **extra
  330. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  331. dist = setup(**new_attr)
  332. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  333. return old_setup(**new_attr)
  334. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  335. _setup_distribution = dist = klass(attrs)
  336. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  337. Distribution.__init__(self, attrs)
  338. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  339. self.fetch_build_eggs(attrs.pop('setup_requires'))
  340. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  341. replace_conflicting=True
  342. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  343. raise DistributionNotFound(req)
  344. pkg_resources.DistributionNotFound: cython>=0.21
  345. Complete output from command python setup.py egg_info:
  346. Unable to find pgen, not compiling formal grammar.
  347.  
  348. No eggs found in /tmp/easy_install-jEVCks/Cython-0.25.2/egg-dist-tmp-dUqlL9 (setup script problem?)
  349.  
  350. Traceback (most recent call last):
  351.  
  352. File "<string>", line 17, in <module>
  353.  
  354. File "/tmp/pip_build_root/scikit-image/setup.py", line 146, in <module>
  355.  
  356. **extra
  357.  
  358. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  359.  
  360. dist = setup(**new_attr)
  361.  
  362. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  363.  
  364. return old_setup(**new_attr)
  365.  
  366. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  367.  
  368. _setup_distribution = dist = klass(attrs)
  369.  
  370. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  371.  
  372. Distribution.__init__(self, attrs)
  373.  
  374. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  375.  
  376. self.fetch_build_eggs(attrs.pop('setup_requires'))
  377.  
  378. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  379.  
  380. replace_conflicting=True
  381.  
  382. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  383.  
  384. raise DistributionNotFound(req)
  385.  
  386. pkg_resources.DistributionNotFound: cython>=0.21
  387.  
  388. ----------------------------------------
  389. Cleaning up...
  390. Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/scikit-image
  391. Storing debug log for failure in /home/ubuntu/.pip/pip.log
  392. pleabargain:~/workspace (master) $ cat /home/ubuntu/.pip/pip.log
  393. ------------------------------------------------------------
  394. /usr/bin/pip run on Mon Jan 9 15:19:01 2017
  395. Downloading/unpacking scikit-image
  396. Getting page https://pypi.python.org/simple/scikit-image/
  397. URLs to search for versions for scikit-image:
  398. * https://pypi.python.org/simple/scikit-image/
  399. Analyzing links from page https://pypi.python.org/simple/scikit-image/
  400. Found link https://pypi.python.org/packages/02/67/7f44f79b981413d72ffe505c3fa06f9d0c20a2ad944503bf7395deb7930d/scikit-image-0.11.3.tar.gz#md5=5cd60fe78adbe30254a87081f12500f9 (from https://pypi.python.org/simple/scikit-image/), version: 0.11.3
  401. Found link https://pypi.python.org/packages/0a/de/7215ae67b3935906ad4e3cc4b384c9b7c0cdc1d5b3a0d71b1b2ac73e9495/scikit-image-0.10.0.tar.gz#md5=36173c5fb5a1b35add32f339c5cc4a1e (from https://pypi.python.org/simple/scikit-image/), version: 0.10.0
  402. Skipping https://pypi.python.org/packages/0f/fc/d8ce8e914b411867930bca782e6ed6fe174c8a7207c88bbd0177164963be/scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=823f459f34bb30a21fa942e54044f92b (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  403. Skipping https://pypi.python.org/packages/18/e8/39fbaac1273255e65f814469b03680de9054be1c036c3a984881ec777af5/scikit_image-0.11.2-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=78e92f8f0cd49a297bddeff1bcd28f24 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  404. Skipping https://pypi.python.org/packages/1a/02/8973417f3aa25bcf28607cfae8284bdba2d6e3e37432c66ea0f15e7ffe3a/scikit_image-0.12.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=c30ae2e687ce195f97765e81aa0a8a54 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  405. Found link https://pypi.python.org/packages/2e/2d/f8a2f9e135d716a66328f48711445795a97bc470f9ddf2cf0b762f9fbb89/scikit-image-0.7.2.tar.gz#md5=80eb9862fa09c7e06eda6e2a9fc4042f (from https://pypi.python.org/simple/scikit-image/), version: 0.7.2
  406. Skipping https://pypi.python.org/packages/2e/4e/6d5755a432acbd41f264edfef57652af4c0e8f855980050754adaf2f7249/scikit_image-0.10.1-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#md5=18978e0ce3d1e3c9890029cac7a6c6c1 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  407. Found link https://pypi.python.org/packages/31/df/d2eeb6a1319b5ae626019d9a901f11083c1dfe3b437159fd09e6d61c2ac8/scikit-image-0.8.2.tar.gz#md5=9f5184c43f9fc1e9f43feea161b9f081 (from https://pypi.python.org/simple/scikit-image/), version: 0.8.2
  408. Skipping https://pypi.python.org/packages/32/b0/d1e2c4a95747542f03338bd65e403a5a2dcbffb782a0d66d8fd73cd6f 82/scikit_image-0.12.3-1-cp27-cp27mu-manylinux1_x86_64.whl#md5=6dc1da90d18da7f33c649c0f855a5b0e (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  409. Skipping https://pypi.python.org/packages/39/e6/a6b01f9ed9b469e88291cc5a1564e55f994b8b613fb106b8b9393896bd71/scikit_image-0.12.3-1-cp34-cp34m-manylinux1_x86_64.whl#md5=09d475ad11de0c93521a803f059e74ba (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  410. Skipping https://pypi.python.org/packages/42/bb/a2e52b8cc31e4ec6b7876d8d321e41789f8ae20ed6f9c58a764a17e2a4a0/scikit_image-0.11.3-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=97cc6ddaaaa737581a992b5ff8da2a03 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  411. Skipping https://pypi.python.org/packages/49/1b/72e9614fa55d873223d2011723c7b1af3a07fdb8f952f1fb7abeb803e89b/scikit_image-0.10.0-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#md5=c5e18aa27c2d2cac71a67cd4f8419bf6 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  412. Skipping https://pypi.python.org/packages/4e/9e/e4d0bc5c6e87274ce8357fc218aa7022a35685b1076a6188d28466790667/scikit_image-0.10.0-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#md5=a5ffb7abbbed7ac79180a5af262a7424 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  413. Found link https://pypi.python.org/packages/4f/ff/b3da731252c1250ddf1db011e74450bb2fc11c85757ce19c3b2316031637/scikit-image-0.12.1.tar.gz#md5=6c34eeee05e272fb8db88d202fa27f08 (from https://pypi.python.org/simple/scikit-image/), version: 0.12.1
  414. Skipping https://pypi.python.org/packages/51/af/5130f0b79d714efe0b84d1d1ed30033c4bec9aa7b768b4c37d111fb20e42/scikit_image-0.12.3-1-cp27-cp27m-manylinux1_x86_64.whl#md5=e5a6749967077456f027321687431b6f (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  415. Found link https://pypi.python.org/packages/62/ee/6873169dc56873d0f7d4f1ff7a6606bbda298a1ec394de94421722d75af3/scikit-image-0.12.0.tar.gz#md5=1c0af6e2d96c4ed1a249461343df1011 (from https://pypi.python.org/simple/scikit-image/), version: 0.12.0
  416. Skipping https://pypi.python.org/packages/66/20/0f7ca2dc4e7f8d99f4187c58890610f0c4110e9c1b86141c9fd0fe79a850/scikit_image-0.12.3-cp33-cp33m-manylinux1_x86_64.whl#md5=c4216ba5e755e64d7b51b98b7a686a82 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  417. Found link https://pypi.python.org/packages/71/e7/881fa2b6195141a2b91035b63ff78a6f11c5dbec5d39b012e9fadc193a95/scikit-image-0.9.3.tar.gz#md5=f010e0cd46ee2996a6875c96b216e768 (from https://pypi.python.org/simple/scikit-image/), version: 0.9.3
  418. Skipping https://pypi.python.org/packages/77/0b/f7cb800916a20f7363d028b623d244a4d13694c4540bd575248794560edf/scikit_image-0.12.3-cp35-cp35m-manylinux1_x86_64.whl#md5=225e953538d04452f625695990e90ac2 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  419. Found link https://pypi.python.org/packages/77/20/ee5be6bdb80d4dcc45076a194a79c3590b8a1c4ca1b75b8fdf87cf16a8f4/scikit-image-0.8.1.tar.gz#md5=966474d1da1dac0c1f04a4249c579c36 (from https://pypi.python.org/simple/scikit-image/), version: 0.8.1
  420. Skipping https://pypi.python.org/packages/79/84/f81a1659901c0da61aae6efaad2f08d6790a7218d342145bad9dc2445685/scikit_image-0.12.3-cp26-cp26mu-manylinux1_x86_64.whl#md5=f60fcf9d9587fe49a3834efcec35d788 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  421. Skipping https://pypi.python.org/packages/7c/b6/b7ba199c2140264295d6c3f1fcf3c53d07c45f1eb8b9c6ff921ebb289433/scikit_image-0.10.0-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#md5=ca9db78b348bcd22a70c3e1a192dc4b2 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  422. Skipping https://pypi.python.org/packages/83/41/c8c4217c8f8e2854d87e0c001141d7ad23a61ae762aa27cdb1dd8a3c0b73/scikit_image-0.12.3-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=a0696da9ca68c7382e658844f34a0595 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  423. Found link https://pypi.python.org/packages/85/e3/f71e8fc4f15a4f64feeaaf8b84b2fce5824222bee3d3fe632504d3404a72/scikit-image-0.8.0.tar.gz#md5=2e6aaf26e53edd67f7f07c4b30659d70 (from https://pypi.python.org/simple/scikit-image/), version: 0.8.0
  424. Found link https://pypi.python.org/packages/86/d0/b0192dc9a544da90f2d9150bcd84b981c6873e42a1f752b6affb89180ad8/scikit-image-0.12.3.tar.gz#md5=04ea833383e0b6ad5f65da21292c25e1 (from https://pypi.python.org/simple/scikit-image/), version: 0.12.3
  425. Skipping https://pypi.python.org/packages/8f/a4/a1779ab0d88186ab2ad607d4ee47d15595548101460fb0036406d2a90c7c/scikit_image-0.12.3-1-cp35-cp35m-manylinux1_x86_64.whl#md5=5acb374a372c9d09b7b828ab77184038 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  426. Found link https://pypi.python.org/packages/8f/c1/4fd04874e26bbf277f9c309ae7cd8de3bc22c28fbd0d8d854c7721204204/scikit-image-0.11.2.tar.gz#md5=9a2118cc4d18c038a7d22e3ce0141309 (from https://pypi.python.org/simple/scikit-image/), version: 0.11.2
  427. Skipping https://pypi.python.org/packages/9d/9f/9a9cde1f127626097017d8070ebcf377efb3d1b34aa9db26c6699f4b45d2/scikit_image-0.12.3-cp34-cp34m-manylinux1_x86_64.whl#md5=3039240716d0f01b3f97ad2a1d2ef2cb (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  428. Skipping https://pypi.python.org/packages/9d/f8/7f1f3d07d8d78536abff87a49a4ee092baf250cba60185157895d5b926cc/scikit_image-0.12.3-cp27-cp27mu-manylinux1_x86_64.whl#md5=60de582cc8d144bd2941f7619ffd7559 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  429. Found link https://pypi.python.org/packages/a4/52/b14e49a77cd803523e457cba17779e06bb76260c27f9d14627b392a75c46/scikit-image-0.12.2.tar.gz#md5=4916f47c73235486d11493936cbc067b (from https://pypi.python.org/simple/scikit-image/), version: 0.12.2
  430. Skipping https://pypi.python.org/packages/ad/57/88a02d0a050648c55209cecefcc3a2b56d522e2dfef6f53eba73eaf6c82d/scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#md5=6ac996e8a13a8f4521aafc3d22cbbf12 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  431. Skipping https://pypi.python.org/packages/b5/5d/10a952ee6c087b5667813080f8dfac737f9ada23a2ec26343f8fa6c4ad14/scikit_image-0.11.3-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=29aa6d2c7471b402cb41bbe137fbc090 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  432. Skipping https://pypi.python.org/packages/c7/ac/ba6a9ff434d2132c1bdd6cb81507153f9b34cdbe9424f08422d588fc6d50/scikit_image-0.11.3-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=58ab495be5e9302c1e5dd4cc509289b1 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  433. Skipping https://pypi.python.org/packages/cb/a6/c5743260f3c3f46dadf2cf1b9dd7b925d168bd151a26982ba28bdb9541d1/scikit_image-0.11.2-cp27-none-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=696a83c5102822919540e563ad979d5e (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  434. Found link https://pypi.python.org/packages/ce/54/c03a9d02ac4da5f793f10d6dfb9d5a4b80bb62288385dfaf1dd117054494/scikit-image-0.9.1.tar.gz#md5=1e67e15bda7ee3eb023f8cb602945ba4 (from https://pypi.python.org/simple/scikit-image/), version: 0.9.1
  435. Skipping https://pypi.python.org/packages/dd/44/7003b26f0ca687d7e3569ab65b32cbf2c45361f6156002c4398ea81e17a2/scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.whl#md5=a0b9ea30c3045d3cca605cccee17770e (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  436. Skipping https://pypi.python.org/packages/dd/95/39fdaa6a9c6776e2a72cbf7e57baf6359270b8d6172571cf0b96c27405e0/scikit_image-0.10.1-cp34-cp34m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=9f7ee8c0606d631c41fe230d0d51a1af (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  437. Found link https://pypi.python.org/packages/df/26/e87ebb6c083d8c647478ac2a0e2bef59f8543bd01e35888590a9457d0a5b/scikit-image-0.10.1.tar.gz#md5=ee48bdd23933272ee4906980515e8b54 (from https://pypi.python.org/simple/scikit-image/), version: 0.10.1
  438. Skipping https://pypi.python.org/packages/e3/73/416dc9380cfce0828ab4eb2de964473fef07f062dc108001e727ff8343d7/scikit_image-0.11.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=92ed9b165ba56de250241b8ae2f78366 (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  439. Skipping https://pypi.python.org/packages/e8/cc/a65a66bb70f68c9453f3390d8f756100b793b3fd0bd1dbc8c0c8d0bea2ba/scikit_image-0.11.2-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=45c684d7442dfc173d3f85b50ab9120b (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  440. Skipping https://pypi.python.org/packages/f0/6c/f57030ef932b3956ba8798f05063345a8a027c94913e550fd9e9f038a26a/scikit_image-0.10.1-cp33-cp33m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=49c057345da07bea8a61758b9aedbc5e (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  441. Found link https://pypi.python.org/packages/f1/e3/21e5548c578a0ab2708fcd5adcb3c13b5087d1398de6bbbb82dde7cf9634/scikit-image-0.9.0.tar.gz#md5=e357285414caabf07d48236570c061b6 (from https://pypi.python.org/simple/scikit-image/), version: 0.9.0
  442. Skipping https://pypi.python.org/packages/fb/8e/2df4e016098b8dc6467dd425e2d78484d423aad195aabd7bb318c0b743fe/scikit_image-0.12.3-cp35-cp35m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl#md5=28c3a5e694ba843854c30e5f3e41628d (from https://pypi.python.org/simple/scikit-image/) because it is not compatible with this Python
  443. Using version 0.12.3 (newest of versions: 0.12.3, 0.12.2, 0.12.1, 0.12.0, 0.11.3, 0.11.2, 0.10.1, 0.10.0, 0.9.3, 0.9.1, 0.9.0, 0.8.2, 0.8.1, 0.8.0, 0.7.2)
  444. Downloading from URL https://pypi.python.org/packages/86/d0/b0192dc9a544da90f2d9150bcd84b981c6873e42a1f752b6affb89180ad8/scikit-image-0.12.3.tar.gz#md5=04ea833383e0b6ad5f65da21292c25e1 (from https://pypi.python.org/simple/scikit-image/)
  445. Running setup.py (path:/tmp/pip_build_root/scikit-image/setup.py) egg_info for package scikit-image
  446. Unable to find pgen, not compiling formal grammar.
  447. No eggs found in /tmp/easy_install-jEVCks/Cython-0.25.2/egg-dist-tmp-dUqlL9 (setup script problem?)
  448. Traceback (most recent call last):
  449. File "<string>", line 17, in <module>
  450. File "/tmp/pip_build_root/scikit-image/setup.py", line 146, in <module>
  451. **extra
  452. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  453. dist = setup(**new_attr)
  454. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  455. return old_setup(**new_attr)
  456. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  457. _setup_distribution = dist = klass(attrs)
  458. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  459. Distribution.__init__(self, attrs)
  460. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  461. self.fetch_build_eggs(attrs.pop('setup_requires'))
  462. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  463. replace_conflicting=True
  464. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  465. raise DistributionNotFound(req)
  466. pkg_resources.DistributionNotFound: cython>=0.21
  467. Complete output from command python setup.py egg_info:
  468. Unable to find pgen, not compiling formal grammar.
  469.  
  470. No eggs found in /tmp/easy_install-jEVCks/Cython-0.25.2/egg-dist-tmp-dUqlL9 (setup script problem?)
  471.  
  472. Traceback (most recent call last):
  473.  
  474. File "<string>", line 17, in <module>
  475.  
  476. File "/tmp/pip_build_root/scikit-image/setup.py", line 146, in <module>
  477.  
  478. **extra
  479.  
  480. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 126, in setup
  481.  
  482. dist = setup(**new_attr)
  483.  
  484. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/core.py", line 169, in setup
  485.  
  486. return old_setup(**new_attr)
  487.  
  488. File "/usr/lib/python2.7/distutils/core.py", line 111, in setup
  489.  
  490. _setup_distribution = dist = klass(attrs)
  491.  
  492. File "/usr/local/lib/python2.7/dist-packages/numpy/distutils/numpy_distribution.py", line 16, in __init__
  493.  
  494. Distribution.__init__(self, attrs)
  495.  
  496. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 239, in __init__
  497.  
  498. self.fetch_build_eggs(attrs.pop('setup_requires'))
  499.  
  500. File "/usr/lib/python2.7/dist-packages/setuptools/dist.py", line 264, in fetch_build_eggs
  501.  
  502. replace_conflicting=True
  503.  
  504. File "/usr/lib/python2.7/dist-packages/pkg_resources.py", line 628, in resolve
  505.  
  506. raise DistributionNotFound(req)
  507.  
  508. pkg_resources.DistributionNotFound: cython>=0.21
  509.  
  510. ----------------------------------------
  511. Cleaning up...
  512. Removing temporary dir /tmp/pip_build_root...
  513. Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/scikit-image
  514. Exception information:
  515. Traceback (most recent call last):
  516. File "/usr/lib/python2.7/dist-packages/pip/basecommand.py", line 122, in main
  517. status = self.run(options, args)
  518. File "/usr/lib/python2.7/dist-packages/pip/commands/install.py", line 278, in run
  519. requirement_set.prepare_files(finder, force_root_egg_info=self.bundle, bundle=self.bundle)
  520. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 1230, in prepare_files
  521. req_to_install.run_egg_info()
  522. File "/usr/lib/python2.7/dist-packages/pip/req.py", line 326, in run_egg_info
  523. command_desc='python setup.py egg_info')
  524. File "/usr/lib/python2.7/dist-packages/pip/util.py", line 715, in call_subprocess
  525. % (command_desc, proc.returncode, cwd))
  526. InstallationError: Command python setup.py egg_info failed with error code 1 in /tmp/pip_build_root/scikit-image
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement