Skip to content

Commit c31d004

Browse files
committed
ENH: Need to install python3.12-dev for finding Python.h
``` -- Found Python3: /usr/bin/python3 (found version "3.12.3") found components: Interpreter -- Could NOT find Python3 (missing: Python3_LIBRARIES Python3_INCLUDE_DIRS Development) CMake Error at CMakeLists.txt:892 (message): Python3_LIBRARIES and Python3_INCLUDE_DIRS should be set to build CTK_LIB_Scripting/Python ```
1 parent 3c3b1ce commit c31d004

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,7 @@ jobs:
4848
qtscript5-dev \
4949
qtbase5-private-dev \
5050
libqt5x11extras5-dev \
51+
python3.12-dev \
5152
libxt-dev
5253
5354
- name: Install VTK

0 commit comments

Comments
 (0)