We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdc5abc commit 2904891Copy full SHA for 2904891
deploy/build/README.CentOS.bash
@@ -30,7 +30,7 @@ sudo yum install -y \
30
postgresql \
31
postgresql-devel
32
33
-sudo pip3 install conan
+sudo pip3 install conan==1.50.0
34
sudo pip3 install -r ../../python-dependencies.txt
35
36
sudo tee -a /etc/sysctl.conf << EOF
deploy/build/README.Ubuntu.bash
@@ -35,12 +35,10 @@ sudo apt-get install -y \
pkg-config \
python3-dev \
37
python3-pip \
38
- python3-psutil \
39
- python3-pygresql \
40
- python3-yaml \
41
zlib1g-dev
42
43
-pip3 install conan
+sudo pip3 install -r ../../python-dependencies.txt
44
45
46
kernel.shmmax = 5000000000000
0 commit comments