You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am using a system that does not have python2.7 and In addition to changing PYTHON_LIB value in the Makefile.config I also had to change that line to PYTHON_LIBRARIES := boost_python python3.4m in order to succefully compile pycaffe.
I am not sure if the solution is to expose PYTHON_LIBRARIES to Makefile.config or to create a more intelligent logic inside Makefile to figure out the python library version.
The text was updated successfully, but these errors were encountered:
PYTHON_LIBRARIES
is hardcoded python2.7https://github.com/BVLC/caffe/blob/master/Makefile#L194
I am using a system that does not have python2.7 and In addition to changing
PYTHON_LIB
value in theMakefile.config
I also had to change that line toPYTHON_LIBRARIES := boost_python python3.4m
in order to succefully compile pycaffe.I am not sure if the solution is to expose
PYTHON_LIBRARIES
toMakefile.config
or to create a more intelligent logic insideMakefile
to figure out the python library version.The text was updated successfully, but these errors were encountered: