You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
-- Could NOT find Python3 (missing: Development Development.Module Development.Embed) (found suitable version "3.8.0", minimum required is "3.6")
CMake Error at CMakeLists.txt:324 (message):
BUILD_PYTHON_MODULE=ON requires Python >= 3.6. Please ensure it is in
PATH.
Open3D, Python and System information
- Operating system: Ubuntu 18.04
- Python version: Python 3.8.0
- System architecture: x86
- Is this a remote workstation?: yes
- How did you install Open3D?: build from source
- Compiler version (if built from source): gcc 7.5
Additional information
from the messeage above, It seems like cmake has detect python3.8, (based on (found suitable version "3.8.0", minimum required is "3.6")) but somehow it just won't keep building the project.
Checklist
main
branch).Steps to reproduce the issue
I first cloned Open3D by:
Follow the tutorial, I Install virtualenv and create an env
Then, I build Open3D (on Ubuntu 18.04, with CUDA 11.3) with:
Error message
Open3D, Python and System information
Additional information
from the messeage above, It seems like cmake has detect python3.8, (based on
(found suitable version "3.8.0", minimum required is "3.6")
) but somehow it just won't keep building the project.I also check the PATH environment,
It doesn't seem to have any problem.
The text was updated successfully, but these errors were encountered: