Skip to content

Commit

Permalink
fix import error: libpython3.7m is not found
Browse files Browse the repository at this point in the history
  • Loading branch information
lvhan028 committed Apr 18, 2022
1 parent 1957425 commit c416ace
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,7 @@ commands:
sudo apt-get update
sudo apt-get install -y liblzma-dev
sudo apt install libtinfo5
sudo apt-get install libpython3.7
pyenv uninstall -f << parameters.python >>
pyenv install << parameters.python >>
pyenv global << parameters.python >>
Expand Down

0 comments on commit c416ace

Please sign in to comment.