0

I have installed python 3. But cmake .. shows an error: PYTHON3_INCLUDE_DIR detected at /usr/include/python3.2mu, but /usr/include/python3.2mu/Python.h does not seem to exist Call Stack (most recent call first): usr/include/python3.2mu has only one file pyconfig.h

1 Answer 1

1

Since you are calling cmake, I infer you are trying to build some Python C extensions. You will also need to install the package python3-dev to make this work.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.