Skip to content

Commit 3612e16

Browse files
Fix: Add python3-dev to linux dependencies. (#4902)
This fixes an issue where running `./local/install_deps_linux.bash` would fail while building the `google-cloud-profiler` wheel, due to the missing `Python.h` header file. This header is provided by the `python3-dev` package. Fixed: #4901
1 parent 1ee2473 commit 3612e16

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

local/install_deps_linux.bash

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ sudo apt-get install -y \
8181
curl \
8282
libpython3-all-dev \
8383
pipenv \
84+
python3-dev \
8485
python3-pip \
8586
unzip \
8687
xvfb

0 commit comments

Comments
 (0)