Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Using python 2 or python 3 #16

Open
rtrepos opened this issue Aug 29, 2019 · 1 comment
Open

Using python 2 or python 3 #16

rtrepos opened this issue Aug 29, 2019 · 1 comment

Comments

@rtrepos
Copy link
Member

rtrepos commented Aug 29, 2019

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 ?

@rtrepos
Copy link
Member Author

rtrepos commented Aug 29, 2019

This is related to #12

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant