[PATCH] D64443: Add support for building with Python 3

Praveen velliengiri via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Jul 17 05:33:40 PDT 2019


pree-jackie added a comment.

Hey guys, I get cmake error at configuration time " Found incompatible python interpreter version and python libraries version". I have both python 2.7 and python 3.6, cmake now finds python interpreter version 3.6 and python libs 2.7, hence the incompatibility. How I can rectify this?


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64443/new/

https://reviews.llvm.org/D64443





More information about the llvm-commits mailing list