File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,7 @@ sudo yum install -y \
30
30
postgresql \
31
31
postgresql-devel
32
32
33
- sudo pip3 install conan
33
+ sudo pip3 install conan==1.50.0
34
34
sudo pip3 install -r ../../python-dependencies.txt
35
35
36
36
sudo tee -a /etc/sysctl.conf << EOF
Original file line number Diff line number Diff line change @@ -20,6 +20,7 @@ sudo apt-get install -y \
20
20
libkrb5-dev \
21
21
libpam-dev \
22
22
libperl-dev \
23
+ libpq-dev \
23
24
libreadline-dev \
24
25
libssl-dev \
25
26
libxerces-c-dev \
@@ -35,12 +36,10 @@ sudo apt-get install -y \
35
36
pkg-config \
36
37
python3-dev \
37
38
python3-pip \
38
- python3-psutil \
39
- python3-pygresql \
40
- python3-yaml \
41
39
zlib1g-dev
42
40
43
- pip3 install conan
41
+ sudo pip3 install conan==1.50.0
42
+ sudo pip3 install -r ../../python-dependencies.txt
44
43
45
44
sudo tee -a /etc/sysctl.conf << EOF
46
45
kernel.shmmax = 5000000000000
You can’t perform that action at this time.
0 commit comments