singnet / opencog

A framework for integrated Artificial Intelligence & Artificial General Intelligence (AGI)
http://wiki.opencog.org/w/Development
Other
14 stars 3 forks source link

Update cmake configuration for disabling builds against python 3 #12

Closed amebel closed 6 years ago

amebel commented 6 years ago

To use Python2 only from the build directory run the following rm CMakeCache.txt && cmake -DCMAKE_DISABLE_FIND_PACKAGE_Python3Interp=TRUE ..

ferrouswheel commented 6 years ago

Same issue here with explicitly calling nosetests-3.4.

amebel commented 6 years ago

Same respone as in https://github.com/singnet/atomspace/pull/12#issuecomment-418949304