<div dir="ltr">Hi there,<div><br></div><div>I was using Zoo WPS successfully for many projects using it in a Docker image i built myself. Lately Python 2.7 has been deprecated, and I can't deploy new zoo services anymore as many of my processes use numpy and I get installation errors saying that numpy cant be installed anymore on this old Python.</div><div><br></div><div>I have been trying to compile the Kernel with Python 3.x (in Conda) for a couple of days now, but am stuck on the last phase of the configure step. This is wat I enter:</div><div><br></div><div>./configure --with-python=/opt/app-root/src/miniconda3 --with-pyvers=3.7  --prefix=/usr --libdir=/usr/lib64</div><div><br></div><div>But the process breaks on this line:</div><div><br></div><div>checking Python.h usability... yes<br>checking Python.h presence... yes<br>checking for Python.h... yes<br>checking for PyObject_CallObject in -lpython3.7... no<br>configure: error: could not find libpython<br></div><div><br></div><div>So the configure phase definitely finds my python installation, but fails its last check. If i check in configure and <a href="http://configure.ac">configure.ac</a> files, this should have something to do with linking with libphp (while I dont need php for my processes .. ).</div><div><br></div><div>When I install python included in Centos repositories (2.7), the configure phase just passes without errors .. </div><div><br></div><div><br></div><div>Any clues? </div><div><br></div><div>Thanks,</div><div><br></div><div>Kobe</div></div>