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

Cant build with message Could NOT find PythonInterp (missing: PYTHON_… #12664

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

oleg-milantiev
Copy link

…EXECUTABLE) (Required is at least version "3.6")

…EXECUTABLE) (Required is at least version "3.6")
@oleg-milantiev
Copy link
Author

Can't build docker image on arm64 without direct python3 executable location point line in Dockerfile

-DPYTHON_EXECUTABLE=/usr/bin/python3 \

@Nir-Az Nir-Az requested review from OhadMeir and Nir-Az and removed request for OhadMeir February 15, 2024 06:20
@OhadMeir
Copy link
Contributor

Hello @oleg-milantiev, thank you for the contribution.

According to the contribution guidelines pull requests should go to the development branch. Please reopen your PR to that branch.

@@ -41,6 +41,7 @@ RUN ln -s /usr/src/librealsense-$LIBRS_VERSION /usr/src/librealsense
RUN cd /usr/src/librealsense \
&& mkdir build && cd build \
&& cmake \
-DPYTHON_EXECUTABLE=/usr/bin/python3 \
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is it possible to use which python3? Will help if there are several versions of python3 installed

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

Successfully merging this pull request may close these issues.

None yet

2 participants