Couldn't install python in the lab for the Event Streaming with Kafka course

Hello, please I couldn’t install python in the lap for creating Producers in the Event Streaming with Kafka course - https://learn.kodekloud.com/learn/courses/event-streaming-with-kafka/module/25a81d98-c284-444b-b64d-6141e562d17d/lesson/f9b083a9-4e84-4b91-a66d-a039ca140cef I tried sudo apt install python3.2-venv that was used in the course but it didn’t work, I also tried sudo pip install python which also didn’t work. Please, how can I resolve this issue? Thanks in advance for any help.

Could you please retry the lab?
I checked it, and it worked fine at my end.

Update the package repositories first with sudp apt update, and then install python venv.

Hello @Santosh_KodeKloud thanks for your swift response. I tried it again and it still didn’t work. Please find image attached.

In your earlier post, you shared the link to the lab from the Kafka course.
But this screenshot shows that you are trying it on Kafka Playgrounds.

You need to install some more packages.

Yes, in the course we used the Lab from the Kafka Playground. If you listen to that lesson/lecture you will see it there.

I’m not sure what’s up here, but you can install python3 in that playground:

apt install python3

Hello sir, I’ve been able to install python into the Kafka playground. Cc: @Santosh_KodeKloud
Thanks a lot for your help.