Skip to content

Commit

Permalink
Fix openssl build error
Browse files Browse the repository at this point in the history
  • Loading branch information
sid-kap committed Sep 24, 2023
1 parent 4e66623 commit 6a887e8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions build_data_vercel.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,10 @@
# Python 3.9, last time I checked
yum install -y python3

# Fixes this error: https://urllib3.readthedocs.io/en/latest/v2-migration-guide.html#ssl-module-is-compiled-with-openssl-1-0-2-k-fips
# TODO: remove when Vercel upgrades to Amazon Linux 2023
yum install -y openssl11 openssl11-devel

pip3 install --user poetry
cd python || exit
export PATH=$PATH:$HOME/.local/bin
Expand Down

0 comments on commit 6a887e8

Please sign in to comment.