Overlap library bind for python 2.7 #97
Replies: 2 comments 3 replies
-
Hi @alisheikholeslam, sorry for my delayed response, I was unavailable due to travelling. Unfortunately Python 2.7 is not supported out of the box, as pybind11, the library used to create the Python bindings for the overlap library, does not support Python 2.7 any more. The last version to support Python 2.7 is v2.9.2. It should be possible to use this older version of pybind11 to build the bindings, but some (minor?) tweaks might be required. What platform are you on, Linux x86-64? |
Beta Was this translation helpful? Give feedback.
-
On Linux x86-64 it was easy to build the library for Python 2.7 with minor tweaks to the project setup, but I did not try Windows 10 yet. I'm not sure about releasing prebuild wheels for Python 2.7, after all Python 2.7 reached its end-of-life more than 4 years ago... I'll see how easy it is to build the library for 2.7 on all platforms in an automated way and decide based on that. |
Beta Was this translation helpful? Give feedback.
-
Hello dear Severin Strobl,
I have used your prepared overlap library for Python Ver. 3+ several times; Now I am using a software that embeds Python Ver. 2.7 and I must adjust the library for this Python version. Have you prepared any Python 2.7 version compatible one? I am not familiar with and do not have any experience with binding and ... to do it myself now and it will be very helpful if the compatible version exists.
Best regards
Ali
Beta Was this translation helpful? Give feedback.
All reactions