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
On linux systems (at least ubuntu) one can use either python 2.7 or 3.x.
Pyvle relies on boost.python. This lib comes with 2 versions (for python 2 and 3) of the .so but I can find only one include version (/usr/include/boost/python.hpp) which is for python 2.7 version. I did not succeed in compiling pyvle for python 3.x.
Maybe something is missing ?
Could other alternatives (hpp only) be usefull such as pybind11 or SWIG ?
The text was updated successfully, but these errors were encountered:
On linux systems (at least ubuntu) one can use either python 2.7 or 3.x.
Pyvle relies on boost.python. This lib comes with 2 versions (for python 2 and 3) of the .so but I can find only one include version (/usr/include/boost/python.hpp) which is for python 2.7 version. I did not succeed in compiling pyvle for python 3.x.
Maybe something is missing ?
Could other alternatives (hpp only) be usefull such as pybind11 or SWIG ?
The text was updated successfully, but these errors were encountered: