Skip to content
Snippets Groups Projects
Commit 3b361286 authored by Bob Mottram's avatar Bob Mottram
Browse files

pin pip to a specific version

parent 5d7d77b7
No related branches found
No related tags found
No related merge requests found
......@@ -674,7 +674,8 @@ function webadmin_install_search {
cat >> "$rootdir/usr/bin/install_searx" <<EOF
#!/bin/bash
pip install --upgrade pip
# see https://github.com/pypa/pip/issues/5240
pip install --upgrade pip==9.0.3
if ! pip install certifi; then
echo $'Failed to install certifi'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment