From a3c76dd2f1cda210d3cbb4b65ef39eb156b96401 Mon Sep 17 00:00:00 2001 From: Lam Gia Thuan <22922064+duckladydinh@users.noreply.github.com> Date: Tue, 7 May 2024 23:42:34 +0200 Subject: [PATCH] Change python-opengl to python3-opengl. The Python2 dependencies couldn't be installed in Colab. --- units/en/unit1/hands-on.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/units/en/unit1/hands-on.mdx b/units/en/unit1/hands-on.mdx index 48d08dac..0d9eea31 100644 --- a/units/en/unit1/hands-on.mdx +++ b/units/en/unit1/hands-on.mdx @@ -158,7 +158,7 @@ Hence the following cell will install virtual screen libraries and create and ru ```bash sudo apt-get update -apt install python-opengl +apt install python3-opengl apt install ffmpeg apt install xvfb pip3 install pyvirtualdisplay