Will Sololearn support Pip? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 8

Will Sololearn support Pip?

I want to coding some frameworks as PyQt5, Kivy, Flask... but Sololearn no support. I hope Sololearn have a option which will help me install some package that i want (Similar Pydroid3)..

5th Oct 2018, 6:23 AM
danvetio
danvetio - avatar
7 Answers
+ 5
That would be great! I'd love it too! This is my speculation, but the way Sololearn's Python works now, it seems somewhat unlikely. The codes run from their server. Given that there are thousands of Python packages, if we are allowed to install whatever we like, it may create a huge memory load on their servers. It's a lot easier for them to install some basic packages that are shared by everyone.
5th Oct 2018, 7:47 AM
Kishalaya Saha
Kishalaya Saha - avatar
+ 5
One env for every python user. That would first be a dream But a nightmare 2 weeks later. Those few envs that are not destroyed by the user will - due to performance- only be able to output helloWorld
5th Oct 2018, 2:52 PM
Oma Falk
Oma Falk - avatar
+ 4
Beside the fact that codes run on SL servers (then goodbye to higly interactive libs/frameworks like Kivy), i dont see any of good in add pip support while Time limit error exists (and happen in simple codes)
5th Oct 2018, 9:01 AM
KrOW
KrOW - avatar
+ 3
https://code.sololearn.com/ckapnwMemmw5/?ref=app https://code.sololearn.com/ceAV3J2c17bc/?ref=app Try to import pip.(maybe it won't work). I discovered that the server (computer) runs our scripts with a non administrator user so we can't install whatever we want
6th Oct 2018, 1:12 PM
Anwar
Anwar - avatar
+ 1
thanks KrOW
6th Oct 2018, 7:59 PM
Alexander Wood
Alexander Wood - avatar
0
What’s Pip?
6th Oct 2018, 6:57 PM
Alexander Wood
Alexander Wood - avatar