1 | initial version |
"Python (for build): /usr/bin/python2.7" -- this only means, that py27 will be run to generate the wrappers , it will still build them for python3.5 (probably python2.7 does not have a proper numpy)
2 | No.2 Revision |
"Python (for build): /usr/bin/python2.7" -- this only means, that py27 will be run to generate the wrappers , ,but it will still build build them for python3.5 (probably python2.7 does not have (most likely,because thisis the only python with a proper numpy)numpy on your box)
3 | No.3 Revision |
"Python Python
(for build): /usr/bin/python2.7" /usr/bin/python2.7 -- this only means, that py27 will be run to generate the wrappers ,but it will still build them for python3.5 (most likely,because thisis the only python with a proper numpy on your box)
4 | No.4 Revision |
Python (for build): /usr/bin/python2.7
-- this only means, that py27 will be run to generate the wrappers ,but it will still build them for python3.5 (most likely,because thisis the only python with a proper numpy on your box)
so -- everything fine to run make && make install
!