+ 2

Installing modules in SL env py

i know its hardly possible here, but still. if there is any way to install models for py? Below is my attempt https://sololearn.com/compiler-playground/c45y3tfkkjoc/?ref=app

28th Jul 2025, 6:27 PM
đ—©đ—¶đ—ș
đ—©đ—¶đ—ș - avatar
3 Answers
+ 1
Looks like they need to update...
28th Jul 2025, 6:40 PM
Ausgrindtube
Ausgrindtube - avatar
+ 6
You install modules as shown in the sample code below. However, mind that sololearn Python playground is a sandbox with limited execution time and without interactivity or GUI. Hence, you won't be able to change the terminal colors through the module. https://sololearn.com/compiler-playground/cyS21vqbP3Wk/?ref=app
28th Jul 2025, 6:53 PM
Lisa
Lisa - avatar
28th Jul 2025, 6:38 PM
Ausgrindtube
Ausgrindtube - avatar