Build via `compile.sh`
Open
documentation
- Dominant language
- C++
- Stars
- 54
- Forks
- 16
- PR merge metrics
- No merged PRs in 30d
Description
It is recommended to check whether the following is installed before building via `compile.sh --dev`:
- python3.10
- python-devtools
- numpy
The build fails with python3.12.
If you don't have `python-devtools` installed (e.g., in your conda environment), you get the following CMake error:
```
Could NOT find Python3 (missing: Python3_INCLUDE_DIRS Development.Module)
```
Contributor guide
Assessment
This issue has not been assessed yet.