Skip to content

Commit

Permalink
Merge pull request #624 from BhavyBansal24/patch-1
Browse files Browse the repository at this point in the history
Fixed Python3.8 colab dependencies issue
  • Loading branch information
vinthony committed Sep 15, 2023
2 parents 6bcd3a5 + 367fa60 commit eab2a3a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions quick_demo.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,8 @@
"source": [
"!update-alternatives --install /usr/local/bin/python3 python3 /usr/bin/python3.8 2 \n",
"!update-alternatives --install /usr/local/bin/python3 python3 /usr/bin/python3.9 1 \n",
"!sudo apt install python3.8",
"!sudo apt-get install python3.8-distutils",
"!python --version \n",
"!apt-get update\n",
"!apt install software-properties-common\n",
Expand Down

0 comments on commit eab2a3a

Please sign in to comment.