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

Build system always finds lowest python version on OSX #303

Closed
HDembinski opened this issue Nov 15, 2019 · 1 comment
Closed

Build system always finds lowest python version on OSX #303

HDembinski opened this issue Nov 15, 2019 · 1 comment

Comments

@HDembinski
Copy link

The cmake build of the Python binding has multiple issues (tested on OSX).

  1. It find the lowest Python version on the system, while it should probably default to the highest version.
  2. On my system it finds mismatching versions of Python interpreter and Python library (interpreter version 2.7.15, library version 2.7.10).

I understand that a lot of these issues are caused by the bad CMake FindPython module, nevertheless this should be fixed.

@jschueller
Copy link
Collaborator

should be fixed by 8c4f05c

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

2 participants